Griatch
|
05554e290a
|
Moved the object's 'description' into an attribute, as suggested in the code. This means that get_description() and set_description() should no longer be used; instead use set_attribute('desc',value) and get_attribute('desc') as you would any attribute. 'desc' is used by the default look command, but apart from that, desc has no special status anymore.
/Griatch
|
2009-05-03 16:55:42 +00:00 |
|
Griatch
|
5bc1db70ed
|
Added help/del to the state-help system, made some appearance tweaks on the examples.
|
2009-05-02 08:55:12 +00:00 |
|
Griatch
|
fd050f75ca
|
Some adjustments of the formatting for auto_help. Added some colours to the state_example menu.
|
2009-05-02 08:25:37 +00:00 |
|
Griatch
|
cafbdf720e
|
Minor typo-fixes as well as making some variable names more intuitive.
|
2009-05-01 15:56:19 +00:00 |
|
Griatch
|
0efe2c3095
|
Created a state system. See
http://groups.google.com/group/evennia/browse_thread/thread/66a7ff6cce5303b7
for more detailed description.
Created a new folder gamesrc/commands/examples and moved all examples in there.
/Griatch
|
2009-05-01 15:34:43 +00:00 |
|