Hello guys,
I'm currently working on a superheat-miner.
Now for my mining function.
Currently I just use, if(findrock) => click => wait +- (time it takes to mine)
But now I want to upgrade that command to:
if(findrock) => click => if(lastfullinvslot+1 exists) (so if I got an extra item in my inventory) then => continu
This on it self is easy with P07 functions, BUT if somebody else would mine your ore, then my script would just get stuck, so I want:
both the 'if( inventoryslot exists" or (10sec passed) )" if one of those 2 is true it should go to the next rock.
But wait is not a bolean, so I do not know how to combine those 2, any suggestions?
(sorry for strange explination, I dont really know how to put it into words)
Greetings
Rebel


Reply With Quote





