Although this is not my forte and more programming than mushclient specific, I was thinking folks might have a basic idea of what to try, or at least tell me if its even possible.
What I am looking for is a script (probably Vbasic) that upon logging on to a MU* it would prompt the person sign on as... Read a data array and than upon making the selection use the associated password to logon to that character.
My programming is quite out of date but here is how I visualize it in old pseudo code
(World Loads Up)
<User is prompted>
1) Tricuspa
2) Wizard
Which character do you want to sign on to?
(Upon choosing one or two it sends the MU* the name and password in a connect statement. If otherwise it just allows for a manual logon)
Now I can see this as either fixed information
send tricuspa tricuspa's password or
send wizard wizard's password or
end program
Or it pulls the information into a data-list and then sends the appropriate data to the MU*.
So anyone care to take this dare?
What I am looking for is a script (probably Vbasic) that upon logging on to a MU* it would prompt the person sign on as... Read a data array and than upon making the selection use the associated password to logon to that character.
My programming is quite out of date but here is how I visualize it in old pseudo code
(World Loads Up)
<User is prompted>
1) Tricuspa
2) Wizard
Which character do you want to sign on to?
(Upon choosing one or two it sends the MU* the name and password in a connect statement. If otherwise it just allows for a manual logon)
Now I can see this as either fixed information
send tricuspa tricuspa's password or
send wizard wizard's password or
end program
Or it pulls the information into a data-list and then sends the appropriate data to the MU*.
So anyone care to take this dare?