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
Request Custom story ending help please.
interruption27 Offline
Junior Member

Posts: 3
Threads: 1
Joined: Jun 2012
Reputation: 0
#1
Custom story ending help please.

So, i did a custom story Troll Story which had lots of bugs glitches and so on. I couldn't make the end credits work on that. So im trying to advance some more. Would anyone help me whats wrong with this script? it doesn't crash or anything, it just doesn't respond and start the credits.

void OnStart()
{
AddEntityCollideCallback("Player", "ScriptArea_4", "credits", true, 1);

}

void credits(string& asMusic, bool abLoopMusic, string& as TextCat, string& asTextEntry, int alEndNum)

{
StartCredits("ending_credits_skillet.ogg", false, "Ending", "demoending", 9001);
}

please help Tongue
06-24-2012, 06:02 PM
Find


Messages In This Thread
Custom story ending help please. - by interruption27 - 06-24-2012, 06:02 PM
RE: Custom story ending help please. - by MaZiCUT - 06-24-2012, 06:05 PM
RE: Custom story ending help please. - by MaZiCUT - 06-24-2012, 06:09 PM



Users browsing this thread: 1 Guest(s)