Death from water

Questions and answers about the how and why of making maps.
Post Reply
cepris
Private First Class
Private First Class
Posts: 132
Joined: Wed Dec 01, 2010 6:49 am

Death from water

Post by cepris »

How do I make a tank die when they touch the water?

I have used:

Code: Select all

waterLevel
  name water
  height 0
end
An SQUERRILz
Private First Class
Private First Class
Posts: 91
Joined: Wed Apr 25, 2007 2:08 am

Re: Death from water

Post by An SQUERRILz »

Put it above the ground.
Height >= 0.000001
Post Reply