| - celest.mac -
|
#include routines.mac
Sub Main
/call FindCombiner "make poison"
/if $return==99 /return
| /cleanup
| /click right inv $return
/sendkey down ctrl
:MakeCelest
:auto
/click left auto
/if $cursor()!=NULL /goto :auto
/delay 1
/finditem "the scent of marr"
/if $find()==FALSE /goto
/click left pack $return 0
/delay 1
/finditem "celestial solvent"
/if $find()==FALSE /goto
/click left pack $return 2
/delay 1
:WaitCelest
/click left pack $return combine
/delay 4
/if $pack($return,empty)==FALSE /goto :WaitCelest
/delay 1
/click left auto
/goto :MakeCelest
/sendkey up ctrl
/return


