Loop
Revision as of 02:41, 25 June 2015 by imported>Rirein (Created page with "Flow control command for Oblivion Script Extender. '''Syntax:''' (nothing) Loop Returns execution to the most recent While or Fo...")
Flow control command for Oblivion Script Extender.
Syntax: (nothing) Loop
Returns execution to the most recent While or ForEach command. The loop condition is evaluated and if it passes, execution continues inside the body of the loop. Otherwise, execution returns to the instruction immediately following the Loop command.