Home   Help Search Login Register  

Author Topic: Kill Script  (Read 490 times)

0 Members and 1 Guest are viewing this topic.

Homicide

  • Guest
Kill Script
« on: 21 Aug 2002, 08:38:44 »
What Is The Kill Script?  I Want To Make A Safezone And A Battlefield That You Must Stay In...Ive Seen It Before


Thanks :help: :wave:

tai mai shu

  • Guest
Re:Kill Script
« Reply #1 on: 21 Aug 2002, 09:08:46 »
hi
make a trigger with size  x=0 y=0
condition = true
activation = killguy = false

watcha need to do is make a trigger that covers the area that you want the player to stay in, name it SAFEZONE activation by anybody present.  

than make a trigger that covers twice the size of the safezone.  activation, anybody present , repeatedly.  name it KILLZONE  in condition, type: Killguy
activation; Guylist = thislist - list SAFEZONE; "_x setdammage (getdammage _x) + 0.2" foreach Guylist; Killguy = false

make another trigger

make it x=0 y=0
activation repeatedly
for time, put 3 in each field (min, max, mid)
condition; !killguy
Activation: killguy = true

Homicide

  • Guest
Re:Kill Script
« Reply #2 on: 21 Aug 2002, 09:21:17 »
hmm i kinda understand kinda dont o well ill just ask my friend next time hes on and write it down this time! ive asked him about 5 times :P

Offline 14th_Hoot

  • Members
  • *
  • You domove getpos away from me!
Re:Kill Script
« Reply #3 on: 23 Aug 2002, 03:02:31 »
Here's another way, I use it in MP for respawn safe zones:

make a trigger, activated by the side you want to kill;
Set it at repeatadly,
and name it (this example uses a name of y1)

then, in the on activation field, put

"_x setdammage 1" forEach list y1

When the player enters the trigger y1, he is entered into the list and killed.

If you want a closed in area, set 4 triggers, name then like y1, y2,y3,y4, then change the on activation field to reflect those names like above. Then set your size of the triggers to box them in. Also used to create a killzone like respawn safezone, using just one trigger.

Hoot out!
What..me worry?

gadolinite

  • Guest
Re:Kill Script
« Reply #4 on: 26 Jul 2003, 07:21:16 »
this would be better for a radiation script, maybe for the after effects of Atomic attack from my atom bomb project on-hold.