hmm. kinda along same lines, but how would i do this:
What would the code look like to find an item in your inventory, then click on that item?
Code: Select all
:autoequip
/if (${Cursor.Name.Equal[Batwing]}) {
/itemnotify pack4 leftmouseup
} else /if (${Cursor.ID}!=NULL) {
/notify COMBW_CombineArea COMBW_AutoInvButton leftmouseup
/delay 1s