WoW:API RandomRoll

From AddOn Studio
Revision as of 21:59, 30 December 2005 by WoWWiki>Muert
Jump to navigation Jump to search

Performs a random roll between two numbers. This is the same as /roll, so the roll is shown to people around you.

RandomRoll("low", "high");

Example:
RandomRoll("1", "100");
Result:
YourNameHere rolls 69. (1-100)

Template:WoW API