Gameplay::setRandomEventFlag
MulleDK19: If the parameter is true, sets the random event flag to true, if the parameter is false, the function does nothing at all.
Does nothing if the mission flag is set.
Syntax
mp.game.gameplay.setRandomEventFlag(p0);Required Arguments
- p0: Boolean
Return value
- Undefined
Example
// todo