Home   Help Search Login Register  

Author Topic: radio help  (Read 816 times)

0 Members and 1 Guest are viewing this topic.

Offline MeltedAd

  • Members
  • *
  • Damn it all to the bowls of bloody hell
radio help
« on: 08 Jan 2003, 16:03:14 »
I am doing a mission where a pilot is downed behind enemy line (original idea eh) what I would like is to have the radio only active when the pilot reaches high ground (another original idea) can this be done? Can a trigger be set to activate at a set hight? Any help would be appreciated. :-\

seanver

  • Guest
Re:radio help
« Reply #1 on: 08 Jan 2003, 16:50:16 »
Yes, you can. Name your pilot, for example, Pascasio (original Spanish name :P). No create a trigger, and put in its condition line:

Damn, I can't remember it, I haven't done anything with OFP since early December :(

Oh, I've found a question I answered in August. Alright, put in the trigger's condition field:

(position pascasio select 2) > x

Put the height you want intead of X.

In the On Activation field of this very trigger, put: 1 setradiomsg "WHATEVER YOU WANT TO SHOW AS MESSAGE"

Now you must create another trigger, Activated by Radio Alpha. PUt in its condition field whatever you want -you ought to have an idea of what you want-. And now, at last, create another trigger. Condition: TRUE. On Activation: 1 setradiomsg "null"

Et voilà! Now at the beginning of the mission you won't see the radio but when the condition of the first trigger is met (or which is the same, when the pilot is above that height), it will activate the radio channel.

Hope this helps.

Offline MeltedAd

  • Members
  • *
  • Damn it all to the bowls of bloody hell
Re:radio help
« Reply #2 on: 08 Jan 2003, 17:58:23 »
cheer mate :cheers: I'll try as soon as I get home
« Last Edit: 08 Jan 2003, 17:59:27 by MeltedAd »