Salutations,
try changing the !=342 to ==20
Moderator: MacroQuest Developers
Code: Select all
:AutoDropFillet
/doevents
/if $cursor(value)==20 /click left auto
/if $cursor(value)!=342 /goto :AutoDropFillet
/if $cursor(value)==342 /click left auto
/if $find()==FALSE /sendkey up ctrl /goto :SellBuy
Code: Select all
:AutoDropFillet
/doevents
/if $cursor(value)==342 {
/click left auto
} else {
/click left auto
/goto :AutoDropFillet
}
/if $find()==FALSE /sendkey up ctrl /goto :SellBuy

