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
Problems Trying To Script
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#4
RE: Problems Trying To Script

(04-22-2011, 05:00 AM)D3AD UPR1S1NG Wrote: Well the player was supposed to unlock the door to the cell which is working and then there is a locked door next to a open one but I wanted the crashing sound to play from the locked one using the script which I have got working although I cant find out how to stop the player from staring at the door making the rest of the level awkward

You add this:
AddTimer("", [however long you want the player to stare], "PlayerStareStop");
Also add this for the function that goes with the timer:
void PlayerStareStop(string &in asTimer)
{
StopPlayerLookAt();
}

(This post was last modified: 04-22-2011, 05:10 AM by Kyle.)
04-22-2011, 05:08 AM
Find


Messages In This Thread
Problems Trying To Script - by D3AD UPR1S1NG - 04-22-2011, 04:47 AM
RE: Problems Trying To Script - by Kyle - 04-22-2011, 04:56 AM
RE: Problems Trying To Script - by D3AD UPR1S1NG - 04-22-2011, 05:00 AM
RE: Problems Trying To Script - by Kyle - 04-22-2011, 05:08 AM
RE: Problems Trying To Script - by D3AD UPR1S1NG - 04-22-2011, 05:11 AM
RE: Problems Trying To Script - by D3AD UPR1S1NG - 04-22-2011, 02:01 PM
RE: Problems Trying To Script - by Kyle - 04-22-2011, 02:36 PM



Users browsing this thread: 1 Guest(s)