Plugin XML question

Posted by godefroi on Wed 28 Aug 2002 07:50 PM — 4 posts, 21,112 views.

#0
In the world XML, there are attributes to allow running scripts at various events, such as connecting and disconnecting. My question is whether attributes such as these exist in the plugin XML as well.

If there is another way to accomplish the same thing, that would be just as well.
Australia Forum Administrator #1
Yes there are. The sample plugin file has those listed inside it. You don't specify the names like in the world file, they are hard-coded names. See the sample file for what they are.
Australia Forum Administrator #2
Also see Plugin callbacks
#3
Perfect! Thanks!