/HESTATES
From HEWIKI
(Redirected from HESTATES)
/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'