seisatsu / DennisMUD

Dennis MUD - A multiplayer text adventure sandbox engine where the players build the world with in-game commands.
https://dennismud.xyz/
MIT License
47 stars 6 forks source link

Major Change: Tagged IDs (Beta) #95

Open seisatsu opened 3 years ago

seisatsu commented 3 years ago

Consider changing IDs so that they start with a letter to indicate what kind of object they are. You could have a room with ID "r23", an exit "e2", a chest "c5". This would allow for example, the break <etc> commands to just be one "break" command, which can tell what it is breaking by ID. This might simplify command usage, but make the modules themselves more complex.