OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started 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
-
Radiotrigger are global. setRadioMsg only changes the visibility.
-
Thanks a lot.
Laggy