Hi, Have been trying to make a scenario where my character changes to ALC, eats crafting food, chooses a recipe (in this case Grade 3 Tinctures), crafts using a custom macro I made myself and then repeats.
Here is the scenario as it stands:
//alchemist
job(ALC)
//food
sendicon(6, 2, 2.5)
//recipe
setCraftRecipe (Grade 3 Tincture of Dexterity)
craftmacro(DURA 70 5.2 cp)
craft(49)
repeatChapter (3)
I keep getting an error when trying to start it:
ERROR (Chapter 1, Line 6): Syntax error. Expected format: function(arguments)
I’m not sure what I am doing wrong… anyone able to advise or help? Hopefully pretty simple I’m sure.