OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Wolf on 30 Aug 2002, 16:42:44

Title: Hiding radio activators
Post 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.
Title: Re:Hiding radio activators
Post by: T.S.C.Plage on 30 Aug 2002, 18:01:58
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?
Title: Re:Hiding radio activators
Post by: mikeb on 30 Aug 2002, 18:09:33
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)
Title: Re:Hiding radio activators
Post by: LCD on 30 Aug 2002, 18:33:49
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
Title: Re:Hiding radio activators
Post by: Wolf on 30 Aug 2002, 18:44:22
Sorry, I thought I had been specific.
But my question was answered, how sdo you hide the radio command thing. Thanks all.