The script is easy enough for a single item, IE a pickaxe on a rock, but I want to have different variants of picks. So looking though the script commands, I see OnHitWith would work as I can use a form list to set the applicable items for gathering, however, I am unsure oh how i can split that list within the script to allow me to set different gathering success rates for each item.
Any help is appreciated.
Example setup:
Begin OnHitWith FormListIDIf Pick#1-code-ElseIf Pick#2-code-...etc