While

From the Oblivion ConstructionSet Wiki
Revision as of 02:12, 25 June 2015 by imported>Rirein (Created page with "A command for Oblivion Script Extender '''Syntax:''' (nothing) While expression Evaluates an OBSE expression. If the expression is tr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

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