maps/python
gros 3b77421609 Update of the maps for CFPython version 2.0.
Update of the IPO-related scripts.
Gros - 18/10/2005


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3899 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-10-18 18:13:28 +00:00
..
IPO Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
casino - remove item scripts long ago moved into items 2004-12-06 04:48:06 +00:00
events Log, then check mail - if mail fails, log is still written. 2005-07-22 19:32:16 +00:00
guilds - add (brief) readme for python guilds. 2004-12-06 05:47:37 +00:00
items GPS script 2005-10-08 09:47:06 +00:00
misc - remove item scripts long ago moved into items 2004-12-06 04:48:06 +00:00
CFBank.py Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
CFBoard.py Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
CFDataFile.py Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
CFGamble.py Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
CFGuilds.py Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
CFItemBroker.py Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
CFLog.py Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
CFMail.py Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
README Add README doc for python scripts 2005-02-11 16:39:51 +00:00

README

This directory is the proper directory for all python scripts for crossfire and the default location for importing CF modules.

The subdirectories are:

/: all shared files
/events: all script files called by a global server event
/items: all scripts embedded in archetypes
/IPO: all scripts relating to the Imperial Post and Bank system
/guilds: all scripts relating to guild management
/casino: all scripts related to the casino
/misc: other scripts

Script additions should be placed in a subdirectory, either existing, or when it makes sense, a new one.
Shared classes used for import should be placed in the root directory

All Python scripts added to this map repository should be tested with and valid for Python 2.3