Hello,
I've been using MUSHClient for a few years now and doing some scripting on it. I started recently on a Plugin that should be easily distributable/installable, but I've run into a small problem that I'm not sure how to address.
The plugin, when loaded, works fine. However, when you shut MUSH down and then start it up again and open the world that the plugin was installed in, it fails to load, giving two error messages:
Line 1012: Error processing include file "C:\Program Files\MUSHclient\worlds\plugins\Hadoryu Plugins\STP\StarterPack.xml" (include file not loaded)
^ this is from the .MCL
Line 1249: Error parsing script (problem in this file)
^ this is from the .XML of the plugin.
All I can see under Line 1249 is the opening of a script block. I've tried to figure out if there isn't an error there, but the plugin has no problems if I just load it up manually.
This is the plugin itself:
http://hadoryu.uuuq.com/starter_pack/STP.zip
It's looking to me like a bug, but I'm not sure.
Any ideas?
I've been using MUSHClient for a few years now and doing some scripting on it. I started recently on a Plugin that should be easily distributable/installable, but I've run into a small problem that I'm not sure how to address.
The plugin, when loaded, works fine. However, when you shut MUSH down and then start it up again and open the world that the plugin was installed in, it fails to load, giving two error messages:
Line 1012: Error processing include file "C:\Program Files\MUSHclient\worlds\plugins\Hadoryu Plugins\STP\StarterPack.xml" (include file not loaded)
^ this is from the .MCL
Line 1249: Error parsing script (problem in this file)
^ this is from the .XML of the plugin.
All I can see under Line 1249 is the opening of a script block. I've tried to figure out if there isn't an error there, but the plugin has no problems if I just load it up manually.
This is the plugin itself:
http://hadoryu.uuuq.com/starter_pack/STP.zip
It's looking to me like a bug, but I'm not sure.
Any ideas?