While

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

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.

See Also[edit | edit source]