OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: UH60MG on 16 May 2008, 23:55:11
-
How do I get a radio option to appear only when I want it to - i.e. one thats not present at the start of the mission but appears later?
-
Try with showRadio false command and later showRadio true.
-
Has no effect :confused:
-
Try with setRadioMsg command, set the radio messages to "NULL" at the beginning and later to the corresponding texts.
-
that should work...
showradio only affect the appearance of the radio on the map i guess
-
I see ok :)