Jump to content
Sign in to follow this  
sputnik monroe

Radio question

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×