sputnik monroe 102 Posted March 28, 2006 I'm making a mission where you can call for an airstrike via 0-0-1. The thing is I'd like that option hidden from the player until they destroy an Antiaircraft site. So my question is simply, how do you hide radio alpha, bravo etc until a later point in the mission? Share this post Link to post Share on other sites
pazuzu 21 Posted March 28, 2006 index setRadioMsg text Operand types:   index: Number   text: String Type of returned value:   Nothing Description:   Set radio message (0, 0, map radio) to given text. Use "NULL" to disable radio slot. Example:   0 setRadioMsg "Alpha Radio" 0 setRadioMsg "null" to hide 0 setRadioMsg "your text" in a trigger or script to make it visible. Share this post Link to post Share on other sites
sputnik monroe 102 Posted March 28, 2006 Thanks that worked perfectly. Share this post Link to post Share on other sites