How to manage player's speed (in script) - 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 manage player's speed (in script) (/thread-14958.html) |
How to manage player's speed (in script) - finScript - 04-20-2012 Title says it all... thx for all help RE: How to manage player's speed (in script) - FragdaddyXXL - 04-20-2012 Code: void SetPlayerMoveSpeedMul(float afMul); source: http://wiki.frictionalgames.com/hpl2/amnesia/script_functions#player Hope this helps. |