Alias
Alias Tricks & Tips
The following technique can be used to cycle an alias through different groups of commands, for example when idlechasing.
The main alias:
alias idling idlestuff1
The command aliases:
alias idlestuff1 pray;alias idling idlestuff2
alias idlestuff2 perform major shield on me;perform major shield on me;perform major shield on me;perform major shield on me;perform major shield on me;put shield in pack;alias idling idlestuff3
alias idlestuff3 palm purple baton from pack;hold purple baton;slip purple baton to pack;perform major shield on me;pray;alias idling idlestuff1
Each time the 'idling' alias is used, it will call an 'idlestuff' alias. When that 'idlestuff' alias finishes, it will update the 'idling' alias to point to the next 'idlestuff' alias next time 'idling' is called.