Call of Duty Script Documentation
randomint(<max>)
ModuleMath
Summary
Returns a random integer between 0 and max-1 inclusive
Example
if (randomint(100) > 50)...
Minimum Number of arguments: 1
1 : <max> The maximum integer size
Number of optional arguments: 0
Return to Function List