Difference between revisions of "Random"

From Wiki
Jump to: navigation, search
 
m (Description: fixed high & low values)
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
Holds a random value (between 1 and 1000?).
+
Holds a changing random value that ranges between 0 and 999.
  
 
==== Example ====
 
==== Example ====

Revision as of 16:41, 9 August 2005

#random

Miscellaneous System Variables

Description

Holds a changing random value that ranges between 0 and 999.

Example


; make a random number between 0 and 99.
set %a #random % 100

See Also


Main_Page Documentation Miscellaneous System Variables