I made a thread explaining that if you label a level as level 3 in a MAPINFO lump, and then tell a script to exit to level 3, it would take you to MAP03, and that was fixed. Here's an example:
Code: Select all
map C1T3 "Fort Havoc"
levelnum 3
next LOUNGE
cluster 1
sky1 FORTSKY 0
music D_FRTHVC
However, if "levelnum" is changed to "warptrans" for hubs, it will still go to MAP03 (instead of C1T3, or whatever the third level is defined as). Was this merely overlooked or intentional?