Outlander Alias question on 07/15/2016 09:13 AM CDT
Links-arrows 1
Reply Reply
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
Reply Reply
Re: Outlander Alias question on 07/15/2016 12:50 PM CDT
Links-arrows 2
Reply Reply
<<#alias {rr} {rem my %0}

Not an outlander user so this is potentially stupid question, but shouldn't that be with a $ symbol, not a % symbol?



Elanthipedia - https://elanthipedia.play.net/mediawiki/index.php/Main_Page
Epedia Admins - https://elanthipedia.play.net/mediawiki/index.php/Elanthipedia:Administrators
Reply Reply
Re: Outlander Alias question on 07/15/2016 08:45 PM CDT
Links-arrows 3
Reply Reply
<<Not an outlander user so this is potentially stupid question, but shouldn't that be with a $ symbol, not a % symbol?


I will try that now, thought I used what I had in Genie. You are so right, figured it was user error.I cant believe I missed that.

Working now but I don't think Outlander supports multiple commands on one line like

remove my $0;stow my $0

Thanks again,

Gniloi
Reply Reply