Difference between revisions of "Set"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
m
 
imported>JOG
m
Line 1: Line 1:
Sets a local or global variable to a specified value. This value can be a number or a expression.
Sets a local or global variable to a specified value. This value can be a number or an expression.


  set a to 2
  set a to 2

Revision as of 16:33, 16 April 2006

Sets a local or global variable to a specified value. This value can be a number or an 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