Frictional Games Forum (read-only)

Full Version: Question about Camera settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Probably this?
PHP Code:
void SetPlayerActive(false); 

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