evennia/scripts
2007-07-17 14:39:10 +00:00
..
exit I'm going to start tinkering with possible scripting system solutions. Here's the directory structure the standard scripts are going to use. 2007-05-29 03:49:40 +00:00
npc I'm going to start tinkering with possible scripting system solutions. Here's the directory structure the standard scripts are going to use. 2007-05-29 03:49:40 +00:00
thing I'm going to start tinkering with possible scripting system solutions. Here's the directory structure the standard scripts are going to use. 2007-05-29 03:49:40 +00:00
__init__.py I'm going to start tinkering with possible scripting system solutions. Here's the directory structure the standard scripts are going to use. 2007-05-29 03:49:40 +00:00
basicobject.py Move the presentation part of the 'look' command out to the new scripting system. You can now make different scripted objects appear vastly different by overriding basicobject's return_appearance (or any of its submethods). Also fixed word wrapping, and we are now wrapping descriptions to 78 characters by default. We'll see how gracefully it handles this, and we might eventually apply it to all output. 2007-07-17 14:39:10 +00:00