alias used in command stacking

Posted by Jeffrey F. Pia on Thu 12 Dec 2002 06:17 PM — 3 posts, 14,516 views.

#0
I am using v3.21 so I'm not sure if this is addressed in one of the newer versions. When I stack commands and use an alias that calls a script in the middle of the stack, it processes the alias first. Say I enter in the following:

run 2n;get amulet chest;portal amulet;run 3e

where portal is an alias that calls a script that removes my weapon, holds the amulet, enters, etc., etc....
commands to handle the portal would be sent before the run command. Perhaps there is a workaround for this?
Australia Forum Administrator #1
Ah yes, I think this was covered a while back. Aliases and triggers stack up script calls into a temporary list and then walk the list once the processing is finished. I think it was because one line could match more than one alias.
Australia Forum Administrator #2
This problem is fixed in 3.35 - see the release notes for a more detailed explanation.