the function I used to use it with would be for a forage macro..
Code: Select all
sub invwait
:invwaitloop
/delay 1
/doevents
/if $invpanel!=TRUE{
/press i
/goto :invwaitloop
}
/return
Moderator: MacroQuest Developers

Code: Select all
sub invwait
:invwaitloop
/delay 1
/doevents
/if $invpanel!=TRUE{
/press i
/goto :invwaitloop
}
/return

