However, when i run, it tells me cannot find combiner cooking, or somethin similar. I have a spit in my invent, 6x 10 slot Sewing kits & 1 8 slot backpack. The script doesnt end automatically at this point, just tries to destroy my armor lol!
Ive also tried standing by Oven, either with Oven selected or deselected, but that doesnt work either. Any ideas - script below
| - Crunchies.mac -
| Credit to Yocal - this script is fishrolls.mac with some minor changes (or | whoever wrote the original script!)
#include routines.mac
Sub Main
/call FindCombiner Cooking
if $return==99 /return
/cleanup
/click right inv $return
:MakeCrunchies
/sendkey down ctrl
/finditem "Frosting"
/if $find()==FALSE /goto
/click left pack $return 0
/finditem "Bat Wing"
/if $find()==FALSE /goto
/click left pack $return 1
/sendkey up ctrl
/click left pack $return combine
/if "$cursor()"=="TRUE" /goto :AutoDropCrunchies
/for v1 1 to 5
/delay 2
/if "$cursor()"=="TRUE" /goto :AutoDropCrunchies
/next v1
/goto :MakeCrunchies
:AutoDropCrunchies
/click left auto
/goto :MakeCrunchies
/sendkey up ctrl
/return

