Code: Select all
/varset v10 "Bat Wing"
/varset v11 "Frosting"
/varset v12 "Sauces"
/varset v13 "Fresh Fish"
Code: Select all
/varset v80 $char(skill,Baking)
/if n $v80<40 {/varset v30 $v10 /varset v31 $v11}
/if n $v80<56 {/varset v30 $v12 /varset v31 $v13}
Code: Select all
/finditem $v30
/if $find()==FALSE /return
/click left pack $v80 0
/finditem $v31
/if $find()==FALSE /return
/click left pack $v80 1
etc...
I am not too sure of the syntax that should be used to do it. Is that possible? Or am I barking up the wrong tree...? I can't test it for myself at the moment as I am at work for the next 12 hours or so.
Cheers,
Snappahead

