Whenever I excecute a macro I get the message: "The current macro has ended" in the MQ2 window and nothing happens at all.
MQ2 is correctly installed and functional, all the basic commands work. I can Echo variables and all that without a problem but as soon as I include those things in a macro I get the above mentioned message.
Named this one test.mac and of course tried this also as most basic macro with the same result: "The current macro has ended" as output.Sub Main
/declare MYVARIABLE global
/declare MYVARIABLE2 global
/declare MYVARIABLE3 global
/varset MYVARIABLE "This scripting stuff is easy as pie."
/varset MYVARIABLE2 "Yep, it sure is."
/varset MYVARIABLE3 123456
/echo @MYVARIABLE
/echo @MYVARIABLE2
/echo @MYVARIABLE3
/return
Put that in notepad and save it as testecho.mac in your macro directly, which is probably c:\mq\release\macros\
Once you've got it saved, go into EverQuest with MacroQuest open, and type /macro testecho.mac
You will see something that looks like this:
[MacroQuest] This scripting stuff is easy as pie.
[MacroQuest] Yep, it sure is.
[MacroQuest] 123456
/echo $macro => says test.mac ist running but I got no output only above mentioned message.
Any ideas?
Just pointing me in the rigth direction as I woudl like to work it out on my own if possible.
Thanks in advance
EQ_Nutzer



