Anyone had any luck with building a Forage macro to perform 5 times?
<pre>
/pause 1200, /doability 1
/pause 1200, /doability 1
/pause 1200, /doability 1
/pause 1200, /doability 1
/doability 1
</pre>
This macro only seems to execute 3 times. instead of 5 times.
After editing the macro to:
<pre>
/pause 1200, /doability 1
/pause 1200, /doability 1
/pause 1200, /doability 1
/pause 1200, /doability 1
/who
</pre>
Evidently it executes either line 1 or 2, then line 3 or 4, and then line 5....anyone care to enlighten the command reason?