User Tools

Site Tools


random_number

This is an old revision of the document!


Random Number


The random number syntax generates an integer value within the given range (inclusive of the minimum and maximum value). It can be used in place of a literal value for most function arguments where a numeric value is expected.

Examples:

wait(random(1, 5))
if random(0, 100) < 25 then
  give_item("ITEM_0001")
else
  give_item("ITEM_0002")
end
random_number.1535558622.txt.gz · Last modified: 2018/08/29 09:03 by justin