Home   Help Search Login Register  

Author Topic: DEATH INSIDE A TRIGGER  (Read 530 times)

0 Members and 1 Guest are viewing this topic.

armymanbronson

  • Guest
DEATH INSIDE A TRIGGER
« on: 20 Nov 2002, 12:56:24 »
hey guys, i was wondering is it possible to make a trigger say 200 by 200, and if any unit enters it they die?, need it for a napalm mission. thanks lads.
bronson 8)

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:DEATH INSIDE A TRIGGER
« Reply #1 on: 20 Nov 2002, 13:50:36 »
put this in the onactivation field

"_x setDammage 1" foreach thislist

and make it activated by anyone

Offline Wolfrug

  • Addons Depot
  • Former Staff
  • ****
  • Official OFPEC Old Timer
Re:DEATH INSIDE A TRIGGER
« Reply #2 on: 20 Nov 2002, 14:55:02 »
and repeated, if you want it to happen more than just once. Oh, and if you want the napalm burnin' to stop at some point, just put something like NOT(napalmStop) in the Condition line, and when you want the fire to stop, just add a simple: napalmStop=true into the equation :-D

(you might need to define napalmStop first though, so just put napalmStop=false somewhere and you should be fine)

Wolfrug out.
"When 900 years YOU reach, look as good you will not!"

armymanbronson

  • Guest
Re:DEATH INSIDE A TRIGGER
« Reply #3 on: 20 Nov 2002, 16:04:32 »
Thanks lads. that helped alot

topic solved