getState

From RPTools Wiki
Revision as of 23:39, 1 December 2008 by Craig (talk | contribs)
Jump to navigation Jump to search

Function getState

Returns 1 if the specified state is set on the current token otherwise it returns 0.

Usage

[h: isSet = getState(name)]

Examples

[if(getState("Dead"), "You are dead!", "You are not dead (yet!)")]