Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
lockjaw-65-

Hide radio trigger until later in mission

Recommended Posts

Hi all, Im trying to make a radio trigger hidden until I need it later in the mission.

In my mission I have a squad and at various times during the mission I want it to be able to call a Support team.

This part is not a problem as I have the script which spawns a team at a given marker which the squad leader can then control.

This is called from the radio trigger.

I have 10 support squads available radio Alpha, radio Bravo etc etc

The problem is you can see all of them from the begginging of the game in the radio menu and can call them when you want.

What I am wanting to do is have only one at a time show up at different times during the mission.

Any help would be great

Share this post


Link to post
Share on other sites

For "Juliet":

10 [url="http://community.bistudio.com/wiki/setRadioMsg"]setRadioMsg[/url] "NULL";

10 [url="http://community.bistudio.com/wiki/setRadioMsg"]setRadioMsg[/url] "Radio on";

:)

Share this post


Link to post
Share on other sites

LOL as simple as that!

Many thanks it is just what I was looking for and works just right. :D

Share this post


Link to post
Share on other sites
Sign in to follow this  

×