The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
Script Files Dont Work Anymore WTF!?
Henriksen Offline
Senior Member

Posts: 308
Threads: 71
Joined: Dec 2010
Reputation: 2
#1
Script Files Dont Work Anymore WTF!?

Hi, my scripts stopped working today o.o

I dont know why this is the one that stopped working.

////////////////////////////
// Run first time starting map
void OnStart()
{
AddEntityCollideCallback("Hey", "Poop", "Open", true, 1);
}

void Open(string &in asParent, string &in asChild, int alState)
{
GiveSanityBoostSmall();
PlayGuiSound("20_puzzle.ogg",1);
}

////////////////////////////
// Run when entering map
void OnEnter()
{
PlayMusic("ambience_voice.ogg", true, 0.7f, 1, 0, false);
}

////////////////////////////
// Run when leaving map
void OnLeave()
{

}
05-28-2011, 12:37 PM
Find


Messages In This Thread
Script Files Dont Work Anymore WTF!? - by Henriksen - 05-28-2011, 12:37 PM



Users browsing this thread: 1 Guest(s)