Hi,
Thanks to some really helpful people I have now learned how to check my own MP scripting through running my own computer as a dedi and then connect to it as a client. Great!
However, I soon found some weird inconcistent things and I don't understand how they are possible.
In a mission I have the:
init.sqs
blablabla
? ! IsServer : exit
~ 1600 + random 400
Variable1 = true
publicVariable "Variable1"
exit
Variable1 starts a global (editor placed) trigger that OnActivation does this:
Variable2 = true; leader group1 sidechat "blablabla"; leader group1 sideradio "blablabla"
Variable2 starts a second global (editor placed) trigger that OnActivation does this:
1 setRadioMsg "blablabla"; hint "blablabla"
The radio message gets changed and I get the hint, but I don't see the sidechat OR hear the sideradio.
How is that possible? The trigger obviously works since the radiomessage changes and I get the hint.
Anyone have any ideas?
Laggy