maps/python/misc
kbulgrien ba2f19f2dc Modify CFDialog.py to use a list of strings for the keywords instead of the "|"
delimited string for consistency and to reduce the need to specially parse the
string.  There seems no particular reason to stay with the "|" delimiter (and
@match use of it does not seem compelling enough to override the benefit of
removing the oddball parameter from both CFDialog.py and npc_dialog.py scripts.
This commit also updates every known dialog that is affected.  Also updated
are the comments in both dialog scripts to reflect the change.  In CFDialog.py
also pluralize some identifers to better reflect that they are used for lists.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10469 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-15 07:55:59 +00:00
..
CFInsulter.py Update of the Global Events scripts to the new 2.0 CFPython. 2005-10-18 18:53:37 +00:00
CFweardisguise.py Modified all print of script to calls to Crossfire.Log(Crossfire.Log(Debug|Error|Info|Monster),message) 2007-11-08 23:36:22 +00:00
death_message.py Script to have critters say things when they die. 2007-04-02 20:00:11 +00:00
doNothing.py Make the gork's treasure quest use python for npc dialog. It's now mandatory to go throught full dialog to get the treasure key, knowing password is not enough 2007-12-22 13:44:37 +00:00
greet_message.py Modified all print of script to calls to Crossfire.Log(Crossfire.Log(Debug|Error|Info|Monster),message) 2007-11-08 23:36:22 +00:00
npc_dialog.py Modify CFDialog.py to use a list of strings for the keywords instead of the "|" 2008-11-15 07:55:59 +00:00
swallow_whole.py Part of patch #1677738: Purple worm (with pythonscript and map), by Mike B. 2008-04-05 07:46:32 +00:00