/* noprone script by Roger Abrahamsson Make trigger multiple and give it targetname noprone Make another trigger multiple and place it 32 units above the highest bottom part of the noprone area Give in a unique targetname and set this as a target in the first trigger. Possible problem: If the water is so deep that kneeling will place you under the surface change "user setClientCvar("cl_stance", 1);" to "user setClientCvar("cl_stance", 0);" in the code below. This will force the player to standing instead. */ main() { areas = getentarray("noprone","targetname"); if(isdefined(areas)) { for(i=0;i