A WIP Evennia escape room themed MUD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jerry Aldrich 59f7cb3f04 Move things 3 years ago
..
README.md Move things 3 years ago
__init__.py Move things 3 years ago
command.py Move things 3 years ago
default_cmdsets.py Move things 3 years ago
keypad.py Move things 3 years ago
mech_cmds.py Move things 3 years ago
override_cmds.py Move things 3 years ago
test_keypad.py Move things 3 years ago
test_mech_cmds.py Move things 3 years ago

README.md

commands/

This folder holds modules for implementing one's own commands and command sets. All the modules' classes are essentially empty and just imports the default implementations from Evennia; so adding anything to them will start overloading the defaults.

You can change the organisation of this directory as you see fit, just remember that if you change any of the default command set classes' locations, you need to add the appropriate paths to server/conf/settings.py so that Evennia knows where to find them. Also remember that if you create new sub directories you must put (optionally empty) __init__.py files in there so that Python can find your modules.