kts.Poison – poison the current actor
kts.Poison(message)
The current actor (as determined by cxt.actor
) is instantly killed and removed from the map. (A corpse is left behind, but there will be no blood in this case.)
An exception is if the current actor is a knight that has either Poison Immunity or Invulnerability. In this case, the poison has no effect.
If the current actor is a knight (as opposed to a monster) then, in addition to the above, the given message
will flash on screen above the knight a number of times. The knight's Potion Bottle will also turn green for a short time to highlight the fact that they have been poisoned.
None.