OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Wolf on 30 Aug 2002, 16:42:44
-
That's it, how do I hide Radio triggers such as Alpha and Bravo?
Preferable without a script, thank you.
-
Some more infos can't be bad...
You mean that radio commands are shown if you've reached a specific point in the mission or what?
-
Hey Wolf,
I think I know what you mean.
Just set the trigger up as normal. If you enter any text in the text field this will be displayed instead of Alpha etc.
To hide them and make them unsuable, the text needs to be "NULL".
So you can hidereveal it whenever you want by putting in another trigger
0 setradiomsg "text"
If "text" is "null" this will hide it, otherwise it will be revealed.
0, 1, 2, etc. refer to the radio callsigns e.g 0 is alpha, 1 is bravo etc (actually it may start on 1 - not sure)
-
0, 1, 2, etc. refer to the radio callsigns e.g 0 is alpha, 1 is bravo etc (actually it may start on 1 - not sure)
it starts on 1 not on 0 ;)
LCD OUT
-
Sorry, I thought I had been specific.
But my question was answered, how sdo you hide the radio command thing. Thanks all.