How do I make the game to go to the title after text screen?

Ask about ACS, DECORATE, ZScript, or any other scripting questions here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.

Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
User avatar
olzhas1one
Posts: 70
Joined: Sun Feb 26, 2017 6:29 am

How do I make the game to go to the title after text screen?

Post by olzhas1one »

You know when in Doom 1 after completing an episode and reading the text you go to the title screen? How do I do that in MAPINFO? Looked through the entire page of MAPINFO on ZDoom wiki and found nothing (maybe i wasnt looking good enough) So can you please tell me?
Blue Shadow
Posts: 4949
Joined: Sun Nov 14, 2010 12:59 am

Re: How do I make the game to go to the title after text scr

Post by Blue Shadow »

In the definition of your last map, use [wiki=Map_definition#Next]Next[/wiki]:

Code: Select all

Next = "EndTitle" // Takes you to the title screen.  
User avatar
olzhas1one
Posts: 70
Joined: Sun Feb 26, 2017 6:29 am

Re: How do I make the game to go to the title after text scr

Post by olzhas1one »

Thanks in advance

Return to “Scripting”