Home   Help Search Login Register  

Author Topic: call in re  (Read 814 times)

0 Members and 1 Guest are viewing this topic.

FlyingDuck

  • Guest
call in re
« on: 19 Aug 2006, 18:41:55 »
now i want to activate the radiotrigger when west is at a special point. now i can call the reinforcements in the beginning but I want it that i can only call if  i kill all russians first now i have a trigger wich activate when east is not present and in the on activation: radio = true.
I have placed somewhere else a radiotrigger with condition: radio. but I can still call de reinfoce in the beginning could somebody help?
 

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re: call in re
« Reply #1 on: 19 Aug 2006, 18:53:50 »
Get rid of all the radio = true stuff

In a file called init.sqs put the following

1 setRadioMsg "NULL"

In the trigger that turns on the radio capability make the on Activation field read:

1 setRadioMsg "Call for reinforcements"

This assumes your radio trigger is a Radio Alpha.  The Condition field of the radio trigger should just say: this
« Last Edit: 19 Aug 2006, 19:01:43 by THobson »