Hi I'm trying out mushclient i've been using zmud/cmud for years.
I'm having issues with 2 things
1) currently i use a targeting system for the full pkill mud i'm on. if i type v i get two reponses
1) if i set target: sit;spring @target
2) if i did not set target: sit;spring
also i can type v name and it will either follow cmd vs name instead of target. How can do that in mushclient? the script in cmud is
#alias v {#if (%numparam() = 0) {sit;springleap @target} {sit;springleap %params}}
next one comes down to targeting
i have a basic alias for
#alias tar {#var target %params}
which i got to work by following the instruction for setting up a target alias/variable, but i use multiple alias that use that alias
IE: #alias bb {tar %1barbarian}
so i can type bb 2. and it will then it will set my target variable to 2.barbarian
how can i get mushclient to do this? I can't seem to get it to work. i've tried just
alias bb * with send as tar %1barbarian
these are my most important issues before i move compleltly over to mushclient.
Ohh how can i clear out my target variable? On cmud tar " " works, but not on mushclient.
I'm having issues with 2 things
1) currently i use a targeting system for the full pkill mud i'm on. if i type v i get two reponses
1) if i set target: sit;spring @target
2) if i did not set target: sit;spring
also i can type v name and it will either follow cmd vs name instead of target. How can do that in mushclient? the script in cmud is
#alias v {#if (%numparam() = 0) {sit;springleap @target} {sit;springleap %params}}
next one comes down to targeting
i have a basic alias for
#alias tar {#var target %params}
which i got to work by following the instruction for setting up a target alias/variable, but i use multiple alias that use that alias
IE: #alias bb {tar %1barbarian}
so i can type bb 2. and it will then it will set my target variable to 2.barbarian
how can i get mushclient to do this? I can't seem to get it to work. i've tried just
alias bb * with send as tar %1barbarian
these are my most important issues before i move compleltly over to mushclient.
Ohh how can i clear out my target variable? On cmud tar " " works, but not on mushclient.