Rand

From the Oblivion ConstructionSet Wiki
Revision as of 13:48, 24 May 2008 by imported>Haama (Added algorithm info)
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

Notes

See Also