Difference between revisions of "While"
Jump to navigation
Jump to search
imported>Rirein (Created page with "A command for Oblivion Script Extender '''Syntax:''' (nothing) While expression Evaluates an OBSE expression. If the expression is tr...") |
imported>Rirein m |
||
Line 1: | Line 1: | ||
Added by [[:Category:Oblivion Script Extender|Oblivion Script Extender]] 17. | |||
'''Syntax:''' | '''Syntax:''' | ||
(nothing) While expression | (nothing) While expression | ||
Evaluates an OBSE expression. If the expression is true, the statements following it will be executed until the next [[Loop]] command, at which point control returns to the top of the loop and the expression is evaluated again. | Evaluates an [[:Category:Oblivion_Script_Extender|OBSE]] expression. If the expression is true, the statements following it will be executed until the next [[Loop]] command, at which point control returns to the top of the loop and the expression is evaluated again. | ||
==See Also== | ==See Also== |
Revision as of 02:17, 25 June 2015
Added by Oblivion Script Extender 17.
Syntax:
(nothing) While expression
Evaluates an OBSE expression. If the expression is true, the statements following it will be executed until the next Loop command, at which point control returns to the top of the loop and the expression is evaluated again.