OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: sharkattack on 24 Aug 2007, 20:07:01

Title: Radio troubles = sorted
Post by: sharkattack on 24 Aug 2007, 20:07:01
hi all ...

a couple of things got me stumped  ...  ???

firstly ...
is it possible to change the text colour in radio menu  ?
secondly ...
how do i prevent my radio disappearing from map screen after  saveGame ?

                          many thanx   :)
Title: Re: Radio troubles
Post by: LCD on 25 Aug 2007, 15:34:41
i donno... it seems MrN figured it out... showRadio command or somin like dat... ull have 2 ask him...

donno bout da oder 1s

LCD OUT
Title: Re: Radio troubles
Post by: sharkattack on 27 Aug 2007, 11:22:52
solved
====
from int
[] exec "onload.sqs"

onload sqs
Code: [Select]
#loop
@ time < 1
showRadio true
~1
goto "loop"
Title: Re: Radio troubles
Post by: Wolfrug on 27 Aug 2007, 14:11:11
 :clap:

I'll have to put that into my mission as well then. Was getting a bit frustrated with it.  ::)

Wolfrug out.