/HESTATES
From HEWIKI
(Difference between revisions)
Christopher (Talk | contribs) |
|||
Line 21: | Line 21: | ||
</hsl> | </hsl> | ||
− | [[Image:StatefulObjectSpecLibraryCommand.jpg|frame|350px|The GUI that allows creation of syntax via the <tt>Lib CMD</tt> button | + | [[Image:StatefulObjectSpecLibraryCommand.jpg|frame|350px|The GUI that allows creation of syntax via the <tt>Lib CMD</tt> button ]] |
==See also== | ==See also== |
Revision as of 13:15, 4 November 2011
/HESTATES is a chat command, used for managing stateful objects in the states system. An extremely powerful system, the syntax can be generated via a GUI in the Spec Oracle Editor, depending on which tokens are needed for a particular spec.
Example
It is used by HeroBlade's Asset Library for the creation of stateful objects when they are being instantiated from the Library.
/hestates ?guids='$GUIDS' #statetype='_areaStates' #spec='_DOOR' ?statefulobject='gate_large_ironbound_inner_door.gr2' ?pathFindingNode='pathfinding.pfn'
Sample Library Command using Library Index Numbers:
/hestates ?guids='$GUIDS' #statetype='_areaStates' #spec='_DOOR' ?statefulobject='2' ?pathFindingNode='3'