OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Dubieman on 03 May 2004, 19:57:11

Title: Radio commands
Post by: Dubieman 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?
Title: Re:Radio commands
Post by: SEAL84 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.
Title: Re:Radio commands
Post by: Dubieman 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 :)