OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Mr.Peanut on 13 Jan 2005, 19:15:00

Title: using Random command in a trigger
Post by: Mr.Peanut on 13 Jan 2005, 19:15:00
If in a trigger's activation field I use the Random command,
e.g.  [Random 5] Exec "somescript.sqs"
will the random number generated be the same on all clients?
Title: Re:using Random command in a trigger
Post by: Planck on 14 Jan 2005, 03:35:33
Emmmmmm.......No


Planck
Title: Re:using Random command in a trigger
Post by: RujiK on 14 Jan 2005, 19:02:28
Much easier ways to do this.
Instead just put in:

_VariableOne = (Random 5)

Easy as that.