
Originally Posted by
Fen-fen
putting the wait at the end of the line seems to break it, how is it supposed to be written?
I got /ac "whatever" wait 2.8
It has to be <wait.2> or <wait.3>
Decimals won't work and it needs those symbols to identify the syntax
Example of a crafting macro I use for 1 star and under synths that requires no food and uses about 335 CP (Thanks to ImDingDing)
Code:
/ac "Inner Quiet" <me> <wait.2>
/ac "Waste Not" <me> <wait.2>
/ac "Steady Hand II" <me> <wait.2>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Steady Hand II" <me> <wait.2>
/ac "Basic Touch" <me> <wait.3>
/ac "Great Strides" <me> <wait.2>
/ac "Byregot's Blessing" <me> <wait.3>
/ac "Ingenuity II" <me> <wait.3>
/ac "Standard Synthesis" <me> <wait.3>
/ac "Basic Synthesis" <me>
It will work without the <me> but I copy pasted for simplicity sake