Frictional Games Forum (read-only)
[SCRIPT] MovePlayerHeadPos - 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] MovePlayerHeadPos (/thread-25259.html)



MovePlayerHeadPos - Spazatron - 05-10-2014

I'm using MovePlayerHeadPos in my script to create some camera panning effects, and it looks great. But I don't know how to reset the player's head so it's back to the normal position.


RE: MovePlayerHeadPos - Mudbill - 05-10-2014

Use the script again, and set all values to 1.

PHP Code:
MovePlayerHeadPos(111 speedslowdown); 



RE: MovePlayerHeadPos - Spazatron - 05-10-2014

(05-10-2014, 08:12 PM)Mudbill Wrote: Use the script again, and set all values to 1.

PHP Code:
MovePlayerHeadPos(111 speedslowdown); 
Thanks a lot. Smile


RE: MovePlayerHeadPos - GeneralCAL - 07-05-2014

(05-10-2014, 08:24 PM)NickD Wrote:
(05-10-2014, 08:12 PM)Mudbill Wrote: Use the script again, and set all values to 1.

PHP Code:
MovePlayerHeadPos(111 speedslowdown); 
Thanks a lot. Smile

What was the script for the camera panning (in case I use that myself)


RE: MovePlayerHeadPos - Mudbill - 07-05-2014

It's the same one, just with different values for 1, 1, 1 (X, Y and Z co-ordinates).