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

Load Command in Single User Mode #74

Closed seisatsu closed 4 years ago

seisatsu commented 4 years ago

Add a load <filename> command and identical load(filename) function for single user mode only, that will execute Python code from a file. (Not as a module, but as code in injected into the current context.)