Home   Help Search Login Register  

Author Topic: radio/init help  (Read 513 times)

0 Members and 1 Guest are viewing this topic.

Offline 456820

  • Contributing Member
  • **
radio/init help
« on: 26 Nov 2004, 16:29:45 »
in the init.sqs of abus tut mission it says "1 SetRadioMsg "NULL"" how do you make it so you can use the radio i havent seen how you did it? ive tried radio alpha triggers but its there when you start i want it to apear halfway through once a trigger is active does anyone knw how to sort that out

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:radio/init help
« Reply #1 on: 26 Nov 2004, 17:37:41 »
Set up a radio trigger - say Radio Alpha then in the init.sqs put
1 SetRadioMsg "NULL"

When you want the radio to become active set:
1 SetRadioMsg "Whatever text you want but keep it short"

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:radio/init help
« Reply #2 on: 27 Nov 2004, 05:53:08 »
Set up a radio trigger - say Radio Alpha then in the init.sqs put
1 SetRadioMsg "NULL"

You can also accomplish this without using the init.sqs...

In the text field of your radio alpha trigger, simply write: null

Does exactly the same thing, and means you don't have to use an init.sqs ;)

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:radio/init help
« Reply #3 on: 27 Nov 2004, 08:18:19 »
Well I never knew that.  It is logical when you know about it though

Offline 456820

  • Contributing Member
  • **
Re:radio/init help
« Reply #4 on: 27 Nov 2004, 21:26:09 »
doesnt that get rid off the radio????

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:radio/init help
« Reply #5 on: 27 Nov 2004, 22:37:25 »
This is the point of it