I've created a reference to MUSHclient from an external program with the intention of being able to access MUSHclient's active World object from this program.
What I'm currently doing is as such:
Dim MushClientWorld
Set MushClientWorld = CreateObject("MushClient.World")
I'm not having any trouble connecting to MUSHclient, but the problem is that the second I do, MUSHclient feels compelled to create a brand new world from scratch, rather than simply connecting me to the active world's world object.
If I manage to get this working, I'll be able to create add-on programs that would be able to format and display data graphically, and these programs would be optional, not generating any errors within MUSHclient scripts if they're not running.
What I'm currently doing is as such:
Dim MushClientWorld
Set MushClientWorld = CreateObject("MushClient.World")
I'm not having any trouble connecting to MUSHclient, but the problem is that the second I do, MUSHclient feels compelled to create a brand new world from scratch, rather than simply connecting me to the active world's world object.
If I manage to get this working, I'll be able to create add-on programs that would be able to format and display data graphically, and these programs would be optional, not generating any errors within MUSHclient scripts if they're not running.