This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-17 21:36:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fadf3933af
evennia
/
scripts
History
Download ZIP
Download TAR.GZ
Greg Taylor
fadf3933af
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
..
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