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
Making a scream play when player enters a room?
MrBigzy Offline
Senior Member

Posts: 616
Threads: 18
Joined: Mar 2011
Reputation: 8
#21
RE: Making a scream play when player enters a room?

Add this to the start of your code, before everything:

void OnEnter()
{
}

void OnLeave()
{
}

Pretty sure you need those for them to run.
03-23-2011, 04:53 AM
Find


Messages In This Thread
RE: Making a scream play when player enters a room? - by MrBigzy - 03-23-2011, 04:53 AM



Users browsing this thread: 1 Guest(s)