setAllStates

From RPTools Wiki
Revision as of 03:39, 9 March 2009 by Verisimilar (talk | contribs) (Applied Template:MacroFunction)
Jump to navigation Jump to search

setAllSates() Function

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)]