Jump to content
Sign in to follow this  
mumbled_frog

Separating radio commands

Recommended Posts

I have a fully functional mission.......almost.

I have a number of radio commands that work as they are supposed to. However all are available from the start of the mission. I would like to get the option of accessing the radio command after the previous one has been 'used' so to speak - so they are hidden until required.

Is there anyway of doing this? If not I will have to rethink my mission  sad_o.gif

Another question, ending via forceend in a trigger once a waypoint has been reached. I searched and found this...

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Waypoints OnActivation Field - a1=true

Triggers Condition Field - a1

I tried this, calling the required unit a1, yet it will not work. Any suggestions?

Thanks again smile_o.gif

Share this post


Link to post
Share on other sites

1. Use the setradiomsg command:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">0 SetRadioMsg "null"

This will set radio alpha so it can't be selected, when you want it to be selected again use:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">0 SetRadioMsg "Any text you like"

For radio bravo you will have to use 1 SetRadioMsg "null", charile will be 3 etc.

2. Make sure the variable A1 is not used, do not name a unit A1.

RED

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  

×