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 Help How to Make an ending?
FlaW Offline
Junior Member

Posts: 48
Threads: 9
Joined: Nov 2011
Reputation: 0
#2
RE: How to Make an ending?

create a script area and write the script:
{

AddEntityCollideCallback("Player", "scriptarea", "credits", true, 1);

}


void credits(string &in asParent, string &in asChild ,int alState)
{
StartCredits("musicname", "music loop", "text category", "text entry", put more 3);
}

(This post was last modified: 01-29-2012, 12:14 AM by FlaW.)
01-29-2012, 12:14 AM
Find


Messages In This Thread
How to Make an ending? - by trollox - 01-28-2012, 11:45 PM
RE: How to Make an ending? - by FlaW - 01-29-2012, 12:14 AM
RE: How to Make an ending? - by Shadowfied - 01-30-2012, 08:52 AM
RE: How to Make an ending? - by trollox - 01-30-2012, 01:23 PM



Users browsing this thread: 2 Guest(s)