Moderator: MacroQuest Developers
donations for this month's patches.Code: Select all
/call WaitForCursorCode: Select all
sub WaitForCursor
:waiting
/if $cursor()==FALSE /goto :waiting
/returnwhich is why you also use events for the failed combine message, and a /doevents in the loop, and check for $return as well as $cursor()... gets complicated, but works great once you figure it out.MQSEQ wrote:That would work great, but what if you fail to combine something and nothing was returned for example, this now has become a endless loop that is going to east up the CPU.