Home   Help Search Login Register  

Author Topic: Delay the attack by a timer?  (Read 381 times)

0 Members and 1 Guest are viewing this topic.

merby1

  • Guest
Delay the attack by a timer?
« on: 02 Feb 2005, 03:36:52 »
Hi, I'm makeing a multiplayer mission where a counter attack moves in on a trigger. I don't want them all to move in at once tho. So how can I make some of the attacking forces wait 20 seconds for egsample before they move out.

Thanks.
Mark

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:Delay the attack by a timer?
« Reply #1 on: 02 Feb 2005, 04:10:03 »
there are 2 ways you could do it:
1) make a script that execs in the trigger and has a 20 sec delay
2) make a sencond trigger activated by a boolean variable made by the first trigger, with a 20 sec delay

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Delay the attack by a timer?
« Reply #2 on: 02 Feb 2005, 10:02:56 »
3) Put a 20 second delay in the min/max/mid fields of the units waypoints ;)