kts.CrystalStart

Name

kts.CrystalStart – begin "crystal ball" effect (show location of other knights)

Synopsis

kts.CrystalStart()

Description

If the current actor (as given by cxt.actor) is a knight, then the player controlling that knight will now be able to see the position of all other knights in the dungeon on their mini-map. This effect lasts until kts.CrystalStop() is called (or the knight dies).

If the current actor is not a knight, nothing happens.

Return Value

None.

Examples

This is used as the on_approach function for the crystal ball tile.

See Also

The cxt table

kts.CrystalStop

kts.Tile