While

Revision as of 04:05, 25 June 2015 by imported>Rirein
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 AlsoEdit