OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: UH60MG on 16 May 2008, 23:55:11

Title: Dynamic Radio
Post 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?
Title: Re: Dynamic Radio
Post by: Mandoble on 17 May 2008, 00:01:01
Try with showRadio false command and later showRadio true.
Title: Re: Dynamic Radio
Post by: UH60MG on 17 May 2008, 00:09:01
Has no effect  :confused:
Title: Re: Dynamic Radio
Post by: Mandoble on 17 May 2008, 00:47:11
Try with setRadioMsg command, set the radio messages to "NULL" at the beginning and later to the corresponding texts.
Title: Re: Dynamic Radio
Post by: Gielovic on 20 May 2008, 22:05:57
that should work...
showradio only affect the appearance of the radio on the map i guess
Title: Re: Dynamic Radio
Post by: imike24 on 25 May 2008, 19:50:46
I see ok :)