Home   Help Search Login Register  

Author Topic: I searched high and low..  (Read 477 times)

0 Members and 1 Guest are viewing this topic.

dream

  • Guest
I searched high and low..
« on: 29 Jan 2003, 01:06:28 »
Ok I want to create a trigger that will kill anyone that moves into it...

I used this in the activation

this setdammage 1.0

but I get an error when ever someon moves into it..  what am I doing wrong?

Jester

  • Guest
Re:I searched high and low..
« Reply #1 on: 29 Jan 2003, 01:50:55 »
I think the long way to do it is to put ALL the peeps playing into the line........like if you have your squad all named, say p1 p2 p3 p4 p5 and the enemy is e1 e2 e3 e4 e5 then in the field it would be


[p1,p2,p3,p4,p5,e1,e2,e3,e4,e5] SetDammage 1.0


Just a thought, but I bet someone here will correct me.

Bearclaw

  • Guest
Re:I searched high and low..
« Reply #2 on: 29 Jan 2003, 15:43:58 »
Try searching for "killing zones".
Anyways this is how I do it:

Create a trigger activaction anybody and set it to repeatedly
On activation "_x setdammage 1" foreach thislist

then create a trigger that covers all the players you want to die when they enter the zone
set it to anybody and on activaction: PlayersList = ThisList

and it should work