Set

Revision as of 10:26, 16 April 2006 by imported>JOG
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sets a local or global variable to a specified value. This value can be a number or a expression.

set a to 2
set b to a*a
set c to (b-a)*b-a
set d to (3*-b+a)-c)/-2

set stage to getstage quest1 + 10