getState
Function getState
Returns 1 if the specified Token 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!)")]
Returns 1 if the specified Token State is set on the Current Token otherwise it returns 0.
[h: isSet = getState(name)]
[if(getState("Dead"), "You are dead!", "You are not dead (yet!)")]