tobmic 10 Posted March 12, 2010 (edited) How can a specific unit in this case only the Group Leader activate a radio trigger ? It wont work when i group the trigger with the unit because then i dont have the Radio activation anymore. ---------- Post added at 06:26 PM ---------- Previous post was at 04:32 PM ---------- please help : ( Edited March 12, 2010 by tobmic Share this post Link to post Share on other sites
Joshii 10 Posted March 12, 2010 (edited) Tried the condition line telling the game that only unit x should get it? Or just syncronise it to to the unit. Edited March 12, 2010 by Joshii Share this post Link to post Share on other sites
Sgt.Spoetnik 10 Posted March 12, 2010 hi, you need to Syncronise(F5) the unit with the trigger, good luck Share this post Link to post Share on other sites
tobmic 10 Posted March 12, 2010 that wont work because then i cant set it to Radio Alpha Share this post Link to post Share on other sites
bezzzy 10 Posted April 10, 2010 Yes I am having the same issue. I want members of the group to be able to activate a radio trigger, not just the leader. I tried to add a radio to a unit but it didn't work, and I tried the syncronisation method mentioned above, but then can't activate trigger via radio. Share this post Link to post Share on other sites
jakerod 254 Posted April 10, 2010 As far as I am aware no one has ever found a way to do that. I could be wrong though. You could always make it an action menu thing though to. That doesn't mean its not possible though and I could be wrong, maybe someone did find a way and I just don't know about it. Share this post Link to post Share on other sites
bezzzy 10 Posted April 11, 2010 That's a shame = (. On the arma wiki it mentions "The trigger will be activated by a radio command available to all players leader of a group or possess a radio", adding a radio to a unit doesn't seem to work despite what the wiki says. I'm guessing the wiki is either wrong, or I am missing something. Share this post Link to post Share on other sites
jakerod 254 Posted April 11, 2010 That's a shame = (. On the arma wiki it mentions "The trigger will be activated by a radio command available to all players leader of a group or possess a radio", adding a radio to a unit doesn't seem to work despite what the wiki says. I'm guessing the wiki is either wrong, or I am missing something. Have you tried using setRadioMsg? Its a long shot but maybe it might work. I don't know if I have ever used it before. Share this post Link to post Share on other sites
bezzzy 10 Posted April 11, 2010 (edited) Have you tried using setRadioMsg? Its a long shot but maybe it might work. I don't know if I have ever used it before. I looked into that just after I posted my last message. It looks a little complicated for my level of skill, but I could always give it a go. Thanks. Edit: I decided to try your action menu suggestion. I put this in the init line of the player "this addAction ["Call Air support", "airsupport.sqs"];", pretty much want the action to make a trigger activate, and then air support will come in. My question is how can I activate my trigger through my airsupport.sqs script? Edited April 11, 2010 by bezzzy Share this post Link to post Share on other sites
bezzzy 10 Posted April 11, 2010 I figured it out! Well in a way. I made my radio trigger, set it to radio alpha, detected by blufor blah blah. Then I added a radio to my player, which was one of four men in a group, using "this addWeapon "itemradio"; in his init. Previewed my mission, didn't see the option in the command menu (0-0-9). I then brought up my map, and saw the black radio there, double clicked on it to bring it closer, and to my delight there was the radio trigger activation (Click on the screen of radio to activate)! I felt like a fool but was also very happy. So you can't activate it via command menu if your not leader, but through the radio on the map. Hope this helps someone. Share this post Link to post Share on other sites