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
How to end custom story as a Demo?
Janni1234 Offline
Member

Posts: 134
Threads: 24
Joined: Jan 2011
Reputation: 1
#9
RE: How to end custom story as a Demo?

Or try :
void OnStart()
{
AddTimer("Timer", 1.0f, "end");
}

void end(string &in asTimer)
{
FadeOut(2);
AddTimer("Timer", 1.0f, "message");
}

void message(string &in asTimer)
{
SetMessage("message", "message1", 3.0f);
AddTimer("Timer", 3.5f, "menu");
}

void menu(string &in asTimer)
{
ChangeMap("menu_bg.map", "CameraPos", "", "");
}

Try that.If it not works...im sorry.
07-13-2011, 09:26 PM
Find


Messages In This Thread
RE: How to end custom story as a Demo? - by Janni1234 - 07-13-2011, 09:26 PM
RE: How to end custom story as a Demo? - by xtron - 07-14-2011, 03:11 AM
RE: How to end custom story as a Demo? - by xtron - 07-14-2011, 12:30 PM
RE: How to end custom story as a Demo? - by xtron - 07-14-2011, 05:54 PM
RE: How to end custom story as a Demo? - by xtron - 07-14-2011, 07:38 PM
RE: How to end custom story as a Demo? - by xtron - 07-14-2011, 09:20 PM
RE: How to end custom story as a Demo? - by xtron - 07-15-2011, 12:20 AM
RE: How to end custom story as a Demo? - by xtron - 07-15-2011, 01:00 AM
RE: How to end custom story as a Demo? - by xtron - 07-16-2011, 10:20 PM



Users browsing this thread: 2 Guest(s)