Frictional Games Forum (read-only)
[SCRIPT] Question about Camera settings - 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] Question about Camera settings (/thread-23882.html)



Question about Camera settings - Rob21894 - 11-17-2013

So i've Recently added a script so the player looks at a certain object when he enters the script area...

It does this fine..

But is there a way so the user cant control the player while this is happening? or am i looking for too much?


RE: Question about Camera settings - Romulator - 11-17-2013

Probably this?
PHP Code:
void SetPlayerActive(false); 

And to fix the player after;
PHP Code:
void SetPlayerActive(true);