Walraven // Forums // Thread 1694
chained commands should check to make sure and do each command after the last one is completed. I made an alias to get all the m, focker, 2004-03-16 14:59:22
chained commands should check to make sure and do each command after the last one is completed. I made an alias to get all the materials for a mana potion and then craft it, but it tried to craft the potion before it's even gotten all of the stuff
Hmm ... stretched out chains, acius, 2004-03-17 15:51:06
This is doable, though quite difficult; it would make the command a lot more complex than it currently is (currently, chain is exactly the same as simply typing in all the commands yourself, in order). To implement this, chain would have to make sure the actions queue is empty before executing each command, and would have to be made into an action-based command itself in order to do this.
This is an idea, not a bug, since chain is doing what it was designed to. I'm moving this to "Ideas".
This is an idea, not a bug, since chain is doing what it was designed to. I'm moving this to "Ideas".