I'm trying to make a Vscript list that's called by an alias to open Worlds that are specific to an ident. Each ident has between 6 to 10 worlds/logins to it.
I came up with this after several hours of headbanging help files and other VBS files:
sub StefanWorlds
world.open "BM Stefan.MCL"
end sub
This called from:
<aliases>
<alias
name="OpenStefan"
script="StefanWorlds"
match="OpenStefan"
enabled="y"
group=""
variable=""
ignore_case="y"
sequence="100"
>
<send></send>
</alias>
</aliases>
When I try to call I get the ambiguous
'We expected your subroutine to have 3 arguments' error
This is why I tried awhile ago to get the option of having multiple Global World opening at the opening of MUSHClient.
*sighs* Anyway. Any help would be appreciated, Thanks.
Stefan Wulph
I came up with this after several hours of headbanging help files and other VBS files:
sub StefanWorlds
world.open "BM Stefan.MCL"
end sub
This called from:
<aliases>
<alias
name="OpenStefan"
script="StefanWorlds"
match="OpenStefan"
enabled="y"
group=""
variable=""
ignore_case="y"
sequence="100"
>
<send></send>
</alias>
</aliases>
When I try to call I get the ambiguous
'We expected your subroutine to have 3 arguments' error
This is why I tried awhile ago to get the option of having multiple Global World opening at the opening of MUSHClient.
*sighs* Anyway. Any help would be appreciated, Thanks.
Stefan Wulph