Home   Help Search Login Register  

Author Topic: Guys die when they enter trigger  (Read 428 times)

0 Members and 2 Guests are viewing this topic.

Offline Morglor9

  • Members
  • *
Guys die when they enter trigger
« on: 11 Dec 2004, 02:28:17 »
I am making a mission with CAT's Fires, and i would like to know:

Is there any way to make guys die when they enter a trigger, maybe a few seconds later? they don't need to start on fire, I just need them to die a few seconds after entering the fire (which would obviously be placed over the fire). Any help would be appreciated.
Cymbaline

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:Guys die when they enter trigger
« Reply #1 on: 11 Dec 2004, 02:36:24 »
put a delay in your trigger, and the put this in the activation line:
"_x setdammage 1" foreach thislist

that will kill anyone fullfilling the activation requirements
i.e.
anybody present
west present
etc.