Aleph-Bet-Marathon / alephbet

Open source continuation of the Marathon 2 game engine.
GNU General Public License v3.0
0 stars 4 forks source link

Lua accessor for number of map indices used by a level #35

Open aaronfreed opened 2 months ago

aaronfreed commented 2 months ago

Pretty simple, really – it’d be nice to know how many map indices a given map is using. I would presume the game has to know this – index would be a silly name for it if it didn’t. Being able to tell how close a map is to running out of map indices would be very helpful for mapmakers.