kts.RevealStart

Name

kts.RevealStart – start revealing the actor's location to all players

Synopsis

kts.RevealStart()

Description

If the current actor (cxt.actor) is a knight, their location will become visible on the mini-map of all players, until kts.RevealStop() is called.

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

Return Value

None.

Notes

This function works completely independently of kts.RevealLocation.

Examples

This is used as part of the Ancient Book of Knowledge effect: see items.lua.

See Also

The cxt table

kts.RevealLocation

kts.RevealStop