OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started by: laggy on 26 Sep 2008, 22:39:03

Title: Quicky: 1 setRadioMsg "XXX" in MP (SOLVED)
Post by: laggy on 26 Sep 2008, 22:39:03
Hello,

Just a quick one:

I place a Radio Alpha trigger in the editor.
1 setRadioMsg "Null" in init.sqs.

Another trigger with condition: leader player == player
On Activation: 1 setRadioMsg "BlaBlaBla"

Will that Radio Alpha trigger work in MP even though it is just active on one players computer (seen in the radio menu)?
Does 1 setRadioMsg "XXX" mean that only the text difference is local but the trigger effect is global in MP?

Cheers,

Laggy
Title: Re: Quicky: 1 setRadioMsg "XXX" in MP
Post by: i0n0s on 27 Sep 2008, 01:06:46
Radiotrigger are global. setRadioMsg only changes the visibility.
Title: Re: Quicky: 1 setRadioMsg "XXX" in MP
Post by: laggy on 27 Sep 2008, 01:09:53
Thanks a lot.

Laggy