Frictional Games Forum (read-only)
[SCRIPT] Disable walking 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: [SCRIPT] Disable walking script? (/thread-25551.html)



Disable walking script? - goodcap - 06-24-2014

Is there a script that disables walking and you can only look around?


RE: Disable walking script? - Mudbill - 06-24-2014

You can use SetPlayerMoveSpeedMul(0); and they can "walk" but not actually move. Also use SetPlayerRunSpeedMul(0);


RE: Disable walking script? - DnALANGE - 06-24-2014

Disable walking is set PlayerMoveSpeed to 0