evennia/game/gamesrc/commands
Griatch 923b9ac2ec Added hooks at_pre_cmd() and at_post_cmd() for easy implementation of stuff like prompts.
Added obj.exit property to objects for easily finding all exits from a room.
2011-02-14 17:18:31 +00:00
..
examples Allow speaking and posing while blind. 2010-09-04 18:53:52 +00:00
__init__.py Big change here is that you now either need to run manage.py (with or without arguments) in order to create your settings.py file when doing initial setup. Or creating it works too. 2008-12-15 04:56:47 +00:00
basecmdset.py Set the default settings file to point to the files in game/gamesrc/commands - these now make for good starts for overriding the default systems. The system now also matches the examples given in the wiki. 2010-11-23 18:10:41 +00:00
basecommand.py Added hooks at_pre_cmd() and at_post_cmd() for easy implementation of stuff like prompts. 2011-02-14 17:18:31 +00:00