--- deliantra/Deliantra/res/types.xml 2006/03/13 04:38:47 1.3 +++ deliantra/Deliantra/res/types.xml 2006/03/20 02:41:18 1.8 @@ -152,6 +152,12 @@ + + + + + + @@ -324,6 +330,23 @@ + + + + + + + + + + + + + + + + + @@ -5358,4 +5385,26 @@ + + + + + The type of event that triggers a notify to the plug-in. + + + The name of the plug-in that should be notified of the event, e.g. "cfpython" + for python and "perl" for the Crossfire-Perl plug-in. + + + The name of the extension to invoke (for python, this is the path to a script, + for perl this is the name of a extension package without the ".ext" extension. + + + A string that is passed unaltered to the extension above. Often used to pass + options to the extension that alter its behaviour. + + +