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
[Solved]How to make unsettling events?
Danny Boy Offline
Posting Freak

Posts: 2,718
Threads: 85
Joined: Mar 2011
Reputation: 81
#7
RE: How to make unsettling events?

ok... it does not work =/ i tried to do that wend the player exits a area but it did not work =/
look this is my code

void OnStart()
{
AddEntityCollideCallback("Player", "ScaryAreaone", "Collide", true, -1);
}
void Collide(string &in asParent, string &in asChild, int alState)
{
StopPlayerLookAt();
}


is it wrong?
(This post was last modified: 03-14-2011, 07:16 PM by Danny Boy.)
03-14-2011, 07:05 PM
Website Find


Messages In This Thread
RE: How to make unsettling events? - by Danny Boy - 03-13-2011, 11:55 PM
RE: How to make unsettling events? - by Danny Boy - 03-14-2011, 12:17 AM
RE: How to make unsettling events? - by Danny Boy - 03-14-2011, 07:05 PM



Users browsing this thread: 1 Guest(s)