Okay, I have a question. I think I have it figured out but i'm not sure if there is a better way. I want to write a script that looks for multiple rocks to mine in an order of importance. I want it to look for any adam rock first, then look for gold, mith, and finally coal. But when it finds the rock, like lets say it doesn't find adam but then finds a gold rock, I want it to jump to the beginning and look for adam again. Would it go like this (roughly)?
If FINDADAM then MINEADAM
ElseIf FINDGOLD then MINEGOLD
ElseIf FINDMITH the MINEMITH
ElseIf FINDCAOL then MINECOAL
or is that wrong, or is there a better way?


Reply With Quote



