Hey C2, great collection of oddball skills, this was actually something I had thought about a long while ago, but never did. Thank you for posting this.
I have however come across a problem while working up Taste Id. As I'm using a newbie char with no chiv or mage, but do have pots, when I get poisoned, the script does not find my cures. I checked it out and it seems you have these lines a little off:
sub healup
..
..
finditem %nuf in c_ ,
..
..
finditem %uuf in c_ ,
I'm sure they should read:
sub healup
..
..
finditem nuf in c_ ,
..
..
finditem uuf in c_ ,
One other thing, it may be better to change the " If #findkind < 2 " to "If #findstack < 2 ".
Edit: I also changed the "out of _ pots" to "out of Heal pots"...as both were labeled Cure