Reset - Cell
Revision as of 02:22, 20 February 2015 by imported>Arthmoor (Added note about use on NoReset zones.)
Member of: Cell Script
Flags this cell for reset on next load.
Syntax[edit | edit source]
Function Reset() native
- Note: This function can reset cells that are assigned to NoReset encounter zones.
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
;resets the arena cell
ArenaCell.Reset()