This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
836a2e6fc3
evennia
/
scripts
History
Download ZIP
Download TAR.GZ
Greg Taylor
94ceec3719
Scripting support is now in! See cmd_look (the end of it), scripthandler.py, and scripts/basicobject.py for very brief examples. I'm not sure how well this is going to scale, I had to kludge the import a bit due to some oddities with __import__. There has to be a better way to do this, hopefully I'll be able to figure it out. In any case, expect basicobject to start fleshing out. You'll be able to use it directly or sub-class it with your own stuff.
2007-06-04 20:01:03 +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
Scripting support is now in! See cmd_look (the end of it), scripthandler.py, and scripts/basicobject.py for very brief examples. I'm not sure how well this is going to scale, I had to kludge the import a bit due to some oddities with __import__. There has to be a better way to do this, hopefully I'll be able to figure it out. In any case, expect basicobject to start fleshing out. You'll be able to use it directly or sub-class it with your own stuff.
2007-06-04 20:01:03 +00:00