seisatsu/DennisMUD

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

seisatsu opened this issue · 0 comments

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.