Code: Select all
|-- autocomb.mac
|-- by feign 8/18/2004
|---------------------------------------------------------------------
|-- Extremely simple combine macro... highlight the recipe in your list,
|-- type /mac autocomb, and it will combine until you run out of
|-- components. No frills, no ini, KISS.
#Event OOStuff "You are missing#*#"
Sub Main
/e Combining shit until OOStuff
:Loop
/doevents
/notify COMBW_CombineArea CombineButton leftmouseup
:AILoop
/autoinv
/if (${Cursor.ID}) /goto :AILoop
/delay 8
/goto :Loop
/endmacro
Sub Event_OOStuff
/e Ran out of stuff...
/endmacro
