I'm recently decided to migrate to MUSHClient and in process of rewriting my scripts and have some questions.
1) Is there any way to enter speedwalk w/out a preceding speedwalk char? I dont need to enter special char to enter speedwalk in my current client, and im kinda very much used to this and if it possible would like to do so in MUSHClient
2) How do i configure alias that contain another alias for MUSHClient to parse it? Like i have
#alias {au} {gt all up;wa}
#alias {wa} {wake;stand}
How should i configure "au" alias in MUSHClient so it will send to mud
gt all up
wake
stand
instead of
gt all up
wa
3) How do i do thing like this - i have a variable and an alias that sends different strings to mud depending of value of variable. I guess its only posssible with scrpiting in MUSHClient, but whats the easiest way to do this? And a slight variation of this - i need to call different aliases depending of value of variable.
JScript example preferred.
Thanks in advance for help.
1) Is there any way to enter speedwalk w/out a preceding speedwalk char? I dont need to enter special char to enter speedwalk in my current client, and im kinda very much used to this and if it possible would like to do so in MUSHClient
2) How do i configure alias that contain another alias for MUSHClient to parse it? Like i have
#alias {au} {gt all up;wa}
#alias {wa} {wake;stand}
How should i configure "au" alias in MUSHClient so it will send to mud
gt all up
wake
stand
instead of
gt all up
wa
3) How do i do thing like this - i have a variable and an alias that sends different strings to mud depending of value of variable. I guess its only posssible with scrpiting in MUSHClient, but whats the easiest way to do this? And a slight variation of this - i need to call different aliases depending of value of variable.
JScript example preferred.
Thanks in advance for help.