WoW:API RandomRoll: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 8: Line 8:


; ''Result:'' : YourNameHere rolls 69. (1-100)
; ''Result:'' : YourNameHere rolls 69. (1-100)
----
{{template:WoW API}}

Revision as of 21:59, 30 December 2005

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