Rand

From the Oblivion ConstructionSet Wiki
Revision as of 12:23, 9 August 2006 by imported>DragoonWraith (OBSE)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

rand [min] [max]

Returns a random number between min and max.

Example

set n to rand 1 100

See Also