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
Justine CrashToDesktop feature
Damascus Offline
Senior Member

Posts: 646
Threads: 118
Joined: Mar 2012
Reputation: 29
#6
RE: Justine CrashToDesktop feature

Yeah, if you load a Checkpoint at the start of every map, and then make the function it calls one that rolls credits, you can basically "end the game" any time they die.

PHP Code: (Select All)
OnEnter()
{
CheckPoint ("checkpoint""PlayerStartArea_1""EndGame""Death""ItIsOver");
}

void EndGame(string &in asNameint alCount)
{
StartCredits("ending.ogg"false"Ending""MainCredits"1);


10-09-2012, 08:20 AM
Find


Messages In This Thread
Justine CrashToDesktop feature - by Vic7im - 10-08-2012, 05:41 PM
RE: Justine CrashToDesktop feature - by Rapture - 10-08-2012, 05:48 PM
RE: Justine CrashToDesktop feature - by Vic7im - 10-08-2012, 06:28 PM
RE: Justine CrashToDesktop feature - by Ongka - 10-08-2012, 08:03 PM
RE: Justine CrashToDesktop feature - by Robby - 10-08-2012, 08:10 PM
RE: Justine CrashToDesktop feature - by Damascus - 10-09-2012, 08:20 AM



Users browsing this thread: 1 Guest(s)