Train ItemID to 100 by ItzaJerm

Description: Simply click on an item to ID in your bag and it will loop until you ID is at 100 then overhead and stop the script.

//Thanks to 大向 for his tank pet vet script for the if varexist framework //i totally nicked that setup if varexist item //all good else overhead 'Select item to train ID with.' @setvar 'item' endif if skill 'ItemIdentification' < 100 skill 'ItemIdentification' wft target item wait 800 loop else overhead 'ItemID AT 100' endif