WoW:API RandomRoll: Difference between revisions
Jump to navigation
Jump to search
m (catfix, Replaced: '''Result:''' → '''Yield:''') |
mNo edit summary |
||
Line 22: | Line 22: | ||
== Details == | == Details == | ||
:*If only ''low'' is provided, it is taken as the highest number | :*If only ''low'' is provided, it is taken as the highest number | ||
:*Does the same as '''/random low high''' | :*Does the same as '''[[MACRO random|/random low high]]''' |
Revision as of 09:06, 10 January 2009
← WoW API < RandomRoll
Performs a random roll between two numbers.
RandomRoll([low, [high]])
Parameters
Arguments
- (low, high)
- low
- Integer - lowest number (default 1)
- high
- Integer - highest number (default 100)
Returns
- nil
Example
RandomRoll(1, 10)
Yield: <Your name> rolls. <number> (1-10)
Details
- If only low is provided, it is taken as the highest number
- Does the same as /random low high