Doolittle 0 Posted July 13, 2007 Howdy! There was an old OFP Battlefield map where I was shown a cool trick you can do with the radio to make it so if one client uses it, not everyone else executes the same command. I assume using a radio option still makes everyone use that same option in Arma?? (I.e. click on Score and everyone sees the score show up) The trick was to have two triggers. Both repeatable. One was set to activate when radio button was pushed... it's Condition was this and radioone = true, OnActivation was ~do stuff~; radioone = false; publicVariable "radioone". The other trigger was Condition not radioone and its OnActivation was radioone = true. Most important: it has a Timeout of 2 sec! Also, init.sqf has radioone = true; What this did was, basically the radio activation will happen faster on the original user before it gets sent to the others over the net. So you're basically trying to kill its activation beforehand. Or something like that. My question is: is there an easier way to do this??? (in Arma) Doolittle Share this post Link to post Share on other sites