--- deliantra/Deliantra/res/types.xml 2006/03/16 01:26:09 1.4 +++ deliantra/Deliantra/res/types.xml 2006/03/16 01:34:01 1.5 @@ -5375,4 +5375,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. + + +