How to make player slow down and not be able to run? - 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: How to make player slow down and not be able to run? (/thread-10125.html) |
How to make player slow down and not be able to run? - sgthale - 09-03-2011 Do you use sticky areas to make the player move slow? If so, how do you? RE: How to make player slow down and not be able to run? - Obliviator27 - 09-03-2011 void SetPlayerMoveSpeedMul(float afMul); Changes the player's move/run/look speed. Default is 1. From http://wiki.frictionalgames.com/hpl2/amnesia/script_functions Very handy! |