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
D3AD UPR1S1NG Offline
Member

Posts: 64
Threads: 21
Joined: Apr 2011
Reputation: 0
#5
RE: Problems Trying To Script

Big Grin
(04-22-2011, 05:08 AM)Kyle Wrote:
(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();
}

Alright thanks Big Grin I'll let you know if it works Smile
(04-22-2011, 05:08 AM)Kyle Wrote:
(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();
}

Still hasn't worked he still stares at that door Sad
(This post was last modified: 04-22-2011, 05:34 AM by D3AD UPR1S1NG.)
04-22-2011, 05:11 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)