Home   Help Search Login Register  

Author Topic: using BAS's Radio Operator correctly  (Read 2714 times)

0 Members and 1 Guest are viewing this topic.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:using BAS's Radio Operator correctly
« Reply #15 on: 26 Feb 2003, 00:43:30 »
Sounds like you are getting yourself tied up in knots, its happened to us all.    

There are 3 stages to using the radio

a) the null thing in init.sqs

b) creating the radio trigger by use of another trigger

condition:  !alive jeep
on activation: 1 setradiomsg "make this work"

c) using the radio trigger

activation:  Radio Alpha
on activation:   hint "this works"

as ever, syntax not guaranteed

Keep trying, you're nearly there.  ;)
Plenty of reviewed ArmA missions for you to play

Nevres

  • Guest
Re:using BAS's Radio Operator correctly
« Reply #16 on: 26 Feb 2003, 19:19:26 »
the basic idea here is that i want a trigger to check if a unit on my squad has the radio, if that unit has it, then the radio commands are available, if the unit is dead, then the radio commands are not available its like viceversa to what were trying to do, so the radio command should be available at the beggining but nullify itself if the unit carrying the radio dies

Nevres

  • Guest
Re:using BAS's Radio Operator correctly
« Reply #17 on: 26 Feb 2003, 19:50:27 »
holy crap ive got it!!!!

i started from 0 with Sui's and mcguba's advice and made it work, thanks guys