Have a quick question about alias's in Outlander, running version 0.9.5.
In genie, I have a couple of alias's setup to quickly remove and wear armor. To remove armor, i have this,
#alias {rr} {remove my $0;stow my $0}, so if I want to remove my leathers, i just type rr leathers. When I set this up in Outlander, it doesn't take the $0. I can do it in a simple script and it works.
In Outlander, I have,
#alias {rr} {rem my %0}
Am I doing something wrong or is %0 not supported in alias's?
Thanks,
Gniloi