Hi, about a week/week and a half ago i spotted a post in a forum (unsure which forum) where there was a link to a script that when people fell in a river they would be dragged off and killed.
Does anyone know where i can find this script as i need some decent way of killing anyone that falls in my river as they will be unable to escape the river.
Well, for the "being pushed along" part, there is a trigger_push that will move a player as if he was caught in a strong wind. It is set at 1000 by default, so you will have to slow it down and set the direction it pushes.
For the "kill the player part" you can set another trigger (trigger_multiple) down stream. If you add key "damage" and value "200", it should kill the player when he touches it. If you want the player to die slowly, it will be a little harder.