I think it would be really great if you could log your macro output (every line, not just the /mqlog lines) to a log file or txt file. It would help greatly in debugging macros so instead of having to type every line of the error spew, you can just cut and paste the few lines of error messages so others can figure out what's wrong much easier.
Thus, instead of me typing:
Unparsable in Calculation: 'S'
aekite.mac@110 (Event_Timer(TimerName): /if (${TimerName}==${SongTimer}) {
aekite.mac@74 (Main(Dots,Health,Cradius)): ?call Event_Timer SongTimer
The current macro has ended
Failed to parse /if condition '(SongTimer==NULL)', non-numeric encountered
I can just cut and paste it, and not have to worry about typos or missed keystrokes.
