Randvar

From EDukeWiki
Revision as of 14:55, 1 February 2005 by Usurper (talk | contribs)
Jump to navigation Jump to search

randvar <gamevar> <value>

This function generates a random number from 0 to <value> and assigns it to <gamevar>.

This command should not be used in unsynchronized code or it will desynchronize multiplayer games. See the list of unsynchronized events for a full list.

In prior releases of DOS EDuke, randvar and randvarvar contained a flaw that would desynchronize multiplayer. The bug has since been corrected for post-1.0 releases of EDuke32.