Huh, didn't think of using an alias to handle that. Silly me. Question about the line containing the loop; I'm not following the logic very well, what will that line return on completion?
I'm currently working on a priority-based affliction curing system for one of the MUDs that I play. Current ingredients:
eatwait ('bool') - set to 0 if an herb can be consumed immediately, and to 1 ...