I'm super excited!!! I used Slade 3 (for the first time in a meaningful way)........ Working on a 3-map level.....nothing too crazy. I changed the name of Map 3 in-game.....cool!
But: please take a look at my code below......I can (pretty much) answer my own question. The start screen displays, then jumps straight to the standard Doom II ending......my code, I think is saying: Start the level then END the level.
I want: Start the level, play the level, after throwing the switch on this level, END. That's what I want!
My code is currently:
// This is a comment
map MAP03 "The Conclusion"
{
next=END
}
Question
Chipper35
I'm super excited!!! I used Slade 3 (for the first time in a meaningful way)........ Working on a 3-map level.....nothing too crazy. I changed the name of Map 3 in-game.....cool!
But: please take a look at my code below......I can (pretty much) answer my own question. The start screen displays, then jumps straight to the standard Doom II ending......my code, I think is saying: Start the level then END the level.
I want: Start the level, play the level, after throwing the switch on this level, END. That's what I want!
My code is currently:
// This is a comment
map MAP03 "The Conclusion"
{
next=END
}
Any ideas??
Share this post
Link to post
4 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.