/doevents problem
Posted: Sat May 15, 2004 9:10 pm
With the latest patch, i cant seem to switch between combines when i run out of an item. If oyu are out of an item, it says, "Sorry, you dont have enough of this item in your general inventory..." So when it does that, i have it move on to the next step. But it is not clicking at all, let alone on the spots i want it to. Please help
thanks
pyhton
thanks
pyhton
Code: Select all
#Event nocomp1 "Sorry"
...
Sub Event_nocomp1
/autoinv
/if (${step}==1) {
/delay 3
/click left 500 364
/varset step 2
}
/if (${step}==2) {
/delay 3
/click left 500 335
/varset step 3
}
/if (${step}==3) {
/delay 3
/click left 500 350
/varset step 4
}
/if (${step}==4) {
/delay 3
/varset step 1
/call Sell
}
/return