I'm using ZDoom Builder and SLADE for a wad I'm making. The wad has three levels, and after the final level I want the exittext to show and for the cast sequence to play. I couldn't figure out how to make this work at first, so I tried making my third and final level be registered as the 30th and have my second level send me there after it's completion. Then, in the third level, you kill an Icon of Sin and the level ends. Text shows and the cast should play.
Problem is, the exittext displays itself, but after that's done you just restart the third level again, likely because the "next" function is empty. How do I make the cast sequence play after the exittext is shown?
MAPINFO:
"map MAP30 "It's Going Down"
levelnum 30
titlepatch CWILV29
next
secretnext
sky1 SKY3 0
cluster 8
par 180
music D_OPENIN"
Question
Spyroexe
I'm using ZDoom Builder and SLADE for a wad I'm making. The wad has three levels, and after the final level I want the exittext to show and for the cast sequence to play. I couldn't figure out how to make this work at first, so I tried making my third and final level be registered as the 30th and have my second level send me there after it's completion. Then, in the third level, you kill an Icon of Sin and the level ends. Text shows and the cast should play.
Problem is, the exittext displays itself, but after that's done you just restart the third level again, likely because the "next" function is empty. How do I make the cast sequence play after the exittext is shown?
MAPINFO:
"map MAP30 "It's Going Down"
levelnum 30
titlepatch CWILV29
next
secretnext
sky1 SKY3 0
cluster 8
par 180
music D_OPENIN"
Share this post
Link to post
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.