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
Small script help please.
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#8
RE: Small script help please.

Are you in developer mode? It will come in as a message in the left corner, this means that the script is working; but the events you set up aren't. The only thing I can see wrong with the script is that you don't have a void

OnStart()
{

}

anywhere in the script. Maybe shifting AddEntityCollideCallback("Player", "DoorsScare", "HallwayScare", true, 1); into the void OnStart() block and delete the void OnEnter?

01-08-2012, 06:00 AM
Find


Messages In This Thread
Small script help please. - by JetlinerX - 01-08-2012, 04:28 AM
RE: Small script help please. - by flamez3 - 01-08-2012, 04:36 AM
RE: Small script help please. - by JetlinerX - 01-08-2012, 04:43 AM
RE: Small script help please. - by flamez3 - 01-08-2012, 04:46 AM
RE: Small script help please. - by JetlinerX - 01-08-2012, 04:49 AM
RE: Small script help please. - by flamez3 - 01-08-2012, 05:14 AM
RE: Small script help please. - by JetlinerX - 01-08-2012, 05:22 AM
RE: Small script help please. - by flamez3 - 01-08-2012, 06:00 AM
RE: Small script help please. - by JetlinerX - 01-08-2012, 06:13 AM
RE: Small script help please. - by Krymtel - 01-08-2012, 01:03 PM



Users browsing this thread: 1 Guest(s)