Home   Help Search Login Register  

Author Topic: Radio commands  (Read 535 times)

0 Members and 1 Guest are viewing this topic.

Dubieman

  • Guest
Radio commands
« on: 03 May 2004, 19:57:11 »
You know how commands like radio alpha radio bravo are there? Well how do I put custom text in because one of my older missions that remains unfinished has like 6 of these commands that have to be refernced in the briefing?

How's it done basically?

Offline SEAL84

  • Members
  • *
  • Always lurking
Re:Radio commands
« Reply #1 on: 03 May 2004, 20:15:39 »
Eh, what?  Not sure if this is what you're looking for exactly, but...

You can set the text of the radio message in the trigger itself - one of the fields does it - or you can do it via a script:

Code: [Select]
1 setradiomsg "blah blah blah"
Where 1=Alpha, 2=Bravo, and so on.  This is useful for "hidden" radio commands you want to make visible at a certain time.

I think 0 is actually after 9 rather than before 1.
« Last Edit: 03 May 2004, 20:17:00 by SEAL84 »

Dubieman

  • Guest
Re:Radio commands
« Reply #2 on: 03 May 2004, 21:08:28 »
I think that's it but my exact thing that I was looking for was in the right top menu when you hit reply and then radio it has the list alpha bravo.... I wanted to change Alpha to say "Bob stop". But that's what I was looking for thanks :)