/Roll: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
|perm=Chat | |perm=Chat | ||
|console=Yes | |console=Yes | ||
|v=0.200 | |||
|}} | |}} | ||
Picks a random number in the given range, and prints it. Everyone on the server can see the rolled number, so please avoid spamming this command. | Picks a random number in the given range, and prints it. Everyone on the server can see the rolled number, so please avoid spamming this command. | ||
Revision as of 03:41, 8 October 2011
| Command | |
| Roll Picks a random number | |
|---|---|
| Usage |
/Roll /Roll Max /Roll Min Max |
| Category | Chat |
| Required permissions | Chat |
| Usable from console? | Yes |
| Introduced in | fCraft 0.200 |
Picks a random number in the given range, and prints it. Everyone on the server can see the rolled number, so please avoid spamming this command.
/Roll
- Prints a random number between 1 and 100 (inclusive). All numbers have 1% chance of rolling.
/Roll Max
- Prints a random number between 1 and specified Max number (also inclusive). Percent chance of any number rolling is
100/(Max-1).
/Roll Min Max
- Prints a random number between given Min and Max numbers (also inclusive). Percent chance of any number rolling is
100/(Max-Min).