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

Pull common methods up to the main scope in Debug Mode. #75

Closed seisatsu closed 4 years ago

seisatsu commented 4 years ago

Put some common methods in the main scope for access during Debug Mode in the CLI. For example, console.shell.call() could just be call(). Or, put a command() in the main scope that wraps call() to make it easier to use from a prompt.