OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started by: laggy on 17 Sep 2008, 18:08:18

Title: Quick MP global trigger question.
Post by: laggy on 17 Sep 2008, 18:08:18
Hello,

I put a global trigger in a mission (placed in the editor).

condition: true
timeout: min 1600 max 2000 med 1800

This trigger should then activate and start a sideradio message, but It was only heard on the hosted server machine.
Is the min, max, med times different on every machine?

I thought the server coordinated the triggers to be activated at the same time on every machine, regardless of those "random" functions.

Cheers

Laggy
Title: Re: Quick MP global trigger question.
Post by: i0n0s on 17 Sep 2008, 21:52:22
That random will get calculated on every computer. So it won't synchronise.
Title: Re: Quick MP global trigger question.
Post by: Mr.Peanut on 17 Sep 2008, 21:58:23
I think the random he means is the timeout, which should be synched, otherwise it would be useless. What was your trigger condition?
Title: Re: Quick MP global trigger question.
Post by: i0n0s on 17 Sep 2008, 22:59:35
The difference between timeout and countdown is that in one case it is required, that the condition stays the complete time true, in the other case it is only required once.
But that doesn't effect the random calculation of the timeout.
Title: Re: Quick MP global trigger question.
Post by: laggy on 17 Sep 2008, 23:11:44
My trigger condition was: true

Laggy