Es rand
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xrand [edit] DescriptionCreates a random integer between min and max
[edit] Parameters
[edit] Examples// Resets the var es_setinfo myvar 0 // Makes the number random between 1 and 100 es_rand myvar 1 100 // Message the number es_msg #multi The random number was #green server_var(myvar)#default !
[edit] Notes
[edit] See also
|
