Frictional Games Forum (read-only)
Disabling player's movement control - 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: Disabling player's movement control (/thread-22099.html)



Disabling player's movement control - summit - 07-11-2013

Hello guys, I have a question about HPL2 engine.

I wanna make a cinematic scene, that the player can't move, but he goes forward with script codes. How can I do that?


RE: Disabling player's movement control - Adrianis - 07-11-2013

http://wiki.frictionalgames.com/hpl2/amnesia/script_functions#player

If you read through all of the functions in the 'Player' section of the Engine Scripts wiki page linked to above, you should find everything you need! The descriptions should help you figure out what does what, as well as the names of the functions themselves


RE: Disabling player's movement control - summit - 07-11-2013

Thank you.