Bioz 1 Posted August 18, 2012 Hey guys i know how to call an air taxi with the radio but how can i let the player see the radio call in his menu only after a certain trigger is activated? I didn't find anything useful Share this post Link to post Share on other sites
panther42 53 Posted August 18, 2012 Have you tried Norrin's Chopper/aerial taxi script? Chopper/aerial taxi script I believe you can place in a trigger the following code to allow use: player setVariable ["NORRN_taxiHeli", slick1, true]; Check out his readme, and see if this is what you're after. Share this post Link to post Share on other sites
igneous01 19 Posted August 19, 2012 searched in google: hide radio trigger http://forums.bistudio.com/showthread.php?132477-Hide-radio-trigger-until-later-in-mission 10 setRadioMsg "NULL"; // hide trigger 10 setRadioMsg "Radio on"; // turn it back on Share this post Link to post Share on other sites