https://wiki.beyondunreal.com/w/index.php?action=history&feed=atom Stop statement - Revision history 2017-11-18T03:03:52Z Revision history for this page on the wiki MediaWiki 1.25.1 https://wiki.beyondunreal.com/Stop_statement?diff=33189&oldid=prev Wormbo: New page: The '''stop''' statement is only allowed in state code and immediately halts state code execution without leaving the state. To restart state code again, you need to call the ''GotoSta... 2008-10-31T11:02:34Z <p>New page: The &#039;&#039;&#039;stop&#039;&#039;&#039; statement is only allowed in <a href="/State" class="mw-redirect" title="State">state</a> code and immediately halts state code execution without leaving the state. To restart state code again, you need to call the &#039;&#039;GotoSta...</p> <p><b>New page</b></p><div>The '''stop''' statement is only allowed in [[state]] code and immediately halts state code execution without leaving the state. To restart state code again, you need to call the ''GotoState()'' function with the desired new state and/or label name.<br /> <br /> To stop function code execution use the [[return statement]] instead.<br /> <br /> ==Syntax==<br /> To halt state code execution, simply use:<br /> '''stop;'''<br /> That's all.<br /> <br /> <br /> {{navbox unrealscript}}</div> Wormbo