stingfish74 0 Posted October 13, 2007 hey guys, after some searches, im still lost and confused so im seeking guidence. i created a trigger, and have it set to detonate a lgb but i want to do this by radio command. not, i want the radio alpha to show in my menu, (so i dont have to go to map and click it) i want to have the radio alpha in my menu so i can mouse wheel click it and boom! my bomb goes off. how do i make the trigger to show in my menu? Share this post Link to post Share on other sites
LtCmdrBoon 0 Posted October 14, 2007 If I understand you correctly, you want to be able to make the GBU go off with your radio alpha without mousewheel? Just hit 001 1) create a trigger, and in the activation choose radio alpha. 2) in the text filed, call it GBU, or whatever you like 3) on the ACT line, put in or call your script If you only want it activated at a certain point, create another trigger, 1) set it activation Blufor/Present/Repeat  (if you're Blufor) 2) on the ACT line put "yesgbu = 1" 3) on the Deact line put "yesgbu = 0" 4) in your first trigger, on the condition line made it say "this and (yesgbu == 1)" Share this post Link to post Share on other sites
Op4 BuhBye 0 Posted October 14, 2007 You need to get rid of the radio trigger for a standard trigger set to the unit you want to detonate the LGB present. Then write a script with the addaction command and launch it with the trigger. Share this post Link to post Share on other sites