Home   Help Search Login Register  

Author Topic: problem: Killing someone to complete objective  (Read 426 times)

0 Members and 1 Guest are viewing this topic.

Owens

  • Guest
problem: Killing someone to complete objective
« on: 02 Mar 2003, 00:38:20 »
1: I have made an objective where to complete it i have to kill some people. Everytime i test it i only have to kill one person instead of multiple targets

Condition:       NOT(alive m1); NOT(alive m2)
On activation:    Mendestroyed=true; "1"objstatus "DONE"; "3"objstatus "ACTIVE
"

What usually happens is i kill one of em and the objectives are done, i wanna have to kill both before the objective is done.

2: I am trying to get a heli to land on a helipad. I have looked at a tutorial map on making a heli pick you up and fly off and it works until i put an enemy vehicle around, when i do that it goes and flys off trying to kill it and dosnt land, ive tryed making the waypoint set to never fire...but it dosnt work...not even when i give the heli no ammo. What do you have to do to get it to ignore enemy vehicles and pick people up?

Thx in advance:)

Offline Spooky

  • Members
  • *
Re:problem: Killing someone to complete objective
« Reply #1 on: 02 Mar 2003, 01:00:01 »
 No.2 set your helo to care less and it should land and not worry about enemy vehicles

No.1
NOT (alive vehicle1) AND NOT (alive vehicle2)

This checks to see if units named vehicel1 and vehicle2 are dead, if they are, then the trigger is activated.  This was copied from a post a long time ago i hope it works i havent used it.
"On My signal Unleash Hell!"

Owens

  • Guest
Re:problem: Killing someone to complete objective
« Reply #2 on: 02 Mar 2003, 01:28:16 »
:D, i aint tryed the heli thing yet but i tryed the AND thing you said and its all workin.
Thx spooky:)