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
➜ Listing Aliases by groups using VBscript
|
Listing Aliases by groups using VBscript
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| StefanWulph
USA (35 posts) Bio
|
| Date
| Sun 02 Mar 2003 07:28 AM (UTC) |
| Message
| Hi all.
I’m hoping someone can help me. AS I didn’t see this function listed anywhere, if there is one. But. How do I get a list of aliases that are in the same ‘Group’. The reason Im asking is because I have a set of aliases that changes my clothing and form but I can’t remember them all and I have to open the Aliases to look at them. I’d like to get the list using a VBscript. Thanks for any thought hint or outright scripting it for me..
A tired Wulphie
Stefan Wulph
| | Top |
|
| Posted by
| Shadowfyr
USA (1,792 posts) Bio
|
| Date
| Reply #1 on Sun 02 Mar 2003 07:59 AM (UTC) |
| Message
| Hmm. You would probably have to get a list of all aliases, then hunt for the ones in that group, unlike the list in the editor these may not necessarilly be sorted though:
AList = world.getaliaslist
for each Al in AList
if world.getaliasinfo(Al, 16) = "Your group here" then
world.note world.getaliasinfo(Al, 1)
end if
next
| | Top |
|
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.
12,637 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top