Home   Help Search Login Register  

Author Topic: Convoy of empty vechicles.  (Read 1408 times)

0 Members and 1 Guest are viewing this topic.

Offline Garbol87

  • Members
  • *
Convoy of empty vechicles.
« on: 01 Aug 2009, 10:04:36 »
Hi!

So I wanted to make a little escort convoy mission.

But when I placed units in the editor I've encountered a problem... How do I make 4 trucks (that are empty at start of the mission) activate a trigger (checkpoint) when they reach it.

I tried grouping whit trigger (but only one empty vechicle can be grouped whit the trigger) them and "isOnRoad truck" but the trigger activates even if the vechicle isnt in its radius. I don't know I would like it to be as easy as typing "truck 1 and tuck2 and truck3 and truck4 activate trigger" :)

Thanks for help in advance :)

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re: Convoy of empty vechicles.
« Reply #1 on: 01 Aug 2009, 13:01:37 »
Name the empty trucks truck1, truck2, truck3, etc. Name your trigger. In my example it's called myTrigger.

CONDITION: truck1 distance myTrigger < 50 AND truck2 distance myTrigger < 50 AND truck3 distance myTrigger < 50 AND truck4 distance myTrigger < 50
ON ACTIVATION: Whatever you want to happen when the trucks reach their destination
OFPEC | Intel Depot
RETARDED Ooops... Retired!

Offline Garbol87

  • Members
  • *
Re: Convoy of empty vechicles.
« Reply #2 on: 01 Aug 2009, 14:21:30 »
Ok it works thanks for help :)