Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Radio commands  (Read 735 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 :)