redwulf25_ci
Member
That's an indicator that a set of braces ({}) was not closed. I don't have farm.ash, so I can't pinpoint a specific line.
Although, if your edits are these:
Code:outfits["maximize meat drop +equip cheese eye"] = true; if (true) //change to "false" to skip (for faster testing) { cli_execute unequip cheese diaper fold cheese eye; outfits["maximize item drop +equip cheese eye"] = true; // You'd just need to add a } here.
Hopefully that helps?
Here's the entire section as it now appears in my script.
Code:
outfits["maximize meat drop +equip cheese eye"] = true;
if (true) //change to "false" to skip (for faster testing)
{ cli_execute
unequip cheese diaper
fold cheese eye;
outfits["maximize item drop +equip cheese eye"] = true;}
Now my new error is "Unknown variable 'cli_execute' (farm.ash, line 69)" I'm certain I didn't change my spelling of the command in any of my edits. Have I misplaced another bit or bob that tells the code when to start and stop?
Thanks for your help I just wish I knew what was buggering up my script.
Last edited: