kts.RevealStart – start revealing the actor's location to all players
kts.RevealStart()
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.
None.
This function works completely independently of kts.RevealLocation.
This is used as part of the Ancient Book of Knowledge effect: see items.lua.