Would it be possible to add an option for what the speedwalk character "SendTo"s?
At the moment the enable Speedwalking char is hard coded to be:
It'd be nice to have the option for:
This would be really useful for times when you have n/north/s/south etc aliased...
(I realize I posted my own workaround... :) )
Thanks Nick
At the moment the enable Speedwalking char is hard coded to be:
<aliases>
<alias
match="^\#(.*?)$"
enabled="y"
regexp="y"
send_to="12"
sequence="100"
>
<send>Send (EvaluateSpeedwalk("%1") )</send>
</alias>
</aliases>
It'd be nice to have the option for:
<aliases>
<alias
match="^\#(.*?)$"
enabled="y"
regexp="y"
send_to="12"
sequence="100"
>
<send>Execute (EvaluateSpeedwalk("%1") )</send>
</alias>
</aliases>
This would be really useful for times when you have n/north/s/south etc aliased...
(I realize I posted my own workaround... :) )
Thanks Nick