Frictional Games Forum (read-only)
Stop moving player forward - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Stop moving player forward (/thread-17513.html)



Stop moving player forward - lolmaster - 08-05-2012

I have a timer that runs MovePlayerForward(2); and it works, but I need to know how to make the player regain control and stop walking after he collides with a script area named "PlayerFall."

Anyone know how to do this?


RE: Stop moving player forward - Your Computer - 08-05-2012

RemoveTimer?


RE: Stop moving player forward - lolmaster - 08-05-2012

Wow, I can't believe I didn't think of that. Thanks!