Damage4Hire - 5-21-2007 at 01:26 AM
I've read somewhere about making the water lethal if it's touched, but can't find the post again... can anybody walk me through this?... assuming
this setting is a possibility... thanks.
What I do..
Killjoy Assassin - 5-21-2007 at 01:50 AM
I think there is two ways, but the way I do it is this:
if never() then
breathtime = 0
endif
That works..
p1gs1ck - 5-21-2007 at 08:52 AM
In the MED:
To make water lethal you have to cover water with a 3D area trigger and click on area trigger attributes and change health to a negative number
This means that anyone entering the area trigger will lose health at the rate you specify.
If you want it to be immediately lethal you change the negative number to -100 or more.