setAllStates

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

Function setAllSates

Sets all of the Token States of the Current Token to on (non zero) or off (0).

Usage

[h: setAllStates(val)]


Examples

Set all Token States on

    [h: setAllStates(1)]

Set all Token States off

    [h: setAllStates(0)]