Purzel 35 Posted May 20, 2014 Hi there, I´ve no clue, how to disable a Radio-Alpha-trigger until a certain condition is met. I want to get the Exfil-chopper via Radio Alpha, but it should only appear, when my targets are eliminated. I need this for a MP-mission. My trigger for the target-is-dead-condition is a switch-type: condition: !(alive Target1) and !(alive Target2) and !(alive Target3) on activation: Hint "Call a chopper for exfil"; and here should be the Radio Alpha trigger created (I guess!?). But how? Radio Alpha should have "Heli setfuel 1" on activation. I dont know how to realize this. Thanks for your help. Greetz Purzel Share this post Link to post Share on other sites
f2k sel 164 Posted May 20, 2014 set your radio trigger as normal then in some other script or init box use 1 setRadioMsg "Null" then when you want to enable it use 1 setRadioMsg "Alpha Radio" 1 Share this post Link to post Share on other sites