Author Topic: Making Water Kill?  (Read 498 times)

In my ZAPT build, there is some "toxic" water. The events I have set for it are:
Code: [Select]
OnHumanTouch|Player|KillBut for some reason it doesn't kill...Is there a certain event I need to use for water?

Try onPlayerEnterWater > Player > Kill.
 For yours to work, the collision would have to be turned on for the water, making it like a brick.

Try onPlayerEnterWater > Player > Kill.
You need the addon, You can search for it on RTB


Try onPlayerEnterWater > Player > Kill.
 For yours to work, the collision would have to be turned on for the water, making it like a brick.
i think he wants to make it so that zombies aren't effected by it, but humans are.

i think he wants to make it so that zombies aren't effected by it, but humans are.
Yeah that was what I was aiming for. Oh well. I got it and it works.