Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Piano Scare script
Ninami Offline
Member

Posts: 59
Threads: 6
Joined: Feb 2012
Reputation: 2
#5
RE: Piano Scare script

PHP Code: (Select All)
void OnStart()
{
AddTimer("pianotimer"0"pianotimer");
AddEntityCollideCallback("player""pianostop""pianostop"true1);


is the name for the Area that stops the music "pianostop"?

If it is then you should try changing the name since you have 1 function and 1 area with the same name.
(This post was last modified: 02-04-2012, 09:53 PM by Ninami.)
02-04-2012, 09:52 PM
Find


Messages In This Thread
Piano Scare script - by Bors - 02-04-2012, 05:29 PM
RE: Piano Scare script problem. - by S4n1tyM0rs0 - 02-04-2012, 05:41 PM
RE: Piano Scare script problem. - by Bors - 02-04-2012, 05:46 PM
RE: Piano Scare script - by Elven - 02-04-2012, 09:45 PM
RE: Piano Scare script - by Ninami - 02-04-2012, 09:52 PM
RE: Piano Scare script - by Elven - 02-04-2012, 10:03 PM
RE: Piano Scare script - by Ninami - 02-05-2012, 01:20 PM
RE: Piano Scare script - by Elven - 02-05-2012, 02:07 PM
RE: Piano Scare script - by Bors - 02-05-2012, 10:22 PM



Users browsing this thread: 1 Guest(s)