Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Question about Camera settings
Rob21894 Offline
Junior Member

Posts: 4
Threads: 3
Joined: Nov 2013
Reputation: 0
#1
Question about Camera settings

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?
11-17-2013, 02:47 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Question about Camera settings

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

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

Discord: Romulator#0001
[Image: 3f6f01a904.png]
11-17-2013, 02:59 PM
Find




Users browsing this thread: 1 Guest(s)