Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ VBscript
➜ Using the MUSHclient VB Reference
Using the MUSHclient VB Reference
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Onoitsu2
USA (248 posts) Bio
|
Date
| Thu 23 Feb 2006 09:40 AM (UTC) |
Message
| I would like to create a stand-alone app that can control MUSHclient, i have been working off of the Super Health Bar, and have a working version of that, BUT instead of using a plugin to call the bar I would like to run the bar myself and have it get the reference to a certain world I type in a textbox, or from a list in a pulldown that is retrieved from MUSHclient. I have tried many things to do this, and have come up with the closest way as being ...
Dim whatever as MUSHclient.World
set whatever = NEW MUSHclient.World
The 2nd line makes a new world, and makes it so I do not need to call it from a plugin... Here we go with another BUT ... That makes a NEW world, has no info in it, and is mostly unuseable for constant use, as it has nothing in it. You can put in a name, and address, and make some aliases and all that just fine, but I cannot get the reference to an already open world without first setting the "Reference to the MUSHclient.World object" from in a plugin :(
My question ... FINALLY ... LOL is:
Can I get a reference to a world object from MUSHclient without having to use a plugin to do so... and if so am I able to use a command such as:
whatever.GetWorldList() OR
whatever.GetWorld("Name") OR
whatever.WorldName()
Thank You,
Onoitsu2 | Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #1 on Sat 25 Feb 2006 06:53 PM (UTC) |
Message
| |
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
11,016 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top