kts.WipeMap

Name

kts.WipeMap – clear the map of the current actor

Synopsis

kts.WipeMap()

Description

If the current actor (as given by cxt.actor) is a knight, then the corresponding player's mini-map is cleared – all their knowledge of the location of dungeon rooms is lost.

If the actor is not a knight, nothing happens.

Return Value

None.

Examples

This is one of the possible scroll effects: see magic.lua.

See Also

The cxt table

kts.MagicMapping