I can t execute more than 1 macro in a play session.
When I launch my first macro it works fine, but when I stop it and try to launch an other macro nothing works.
Here is what I get in my log :
Macro - Loading macro: C:\Dev\macroquest\Macros\twist.mac
Include - Including: C:\Dev\macroquest\Macros\exp.mac
Macro - Starting macro with '/call Main 3 4 5 6'
Call - Calling subroutine Main with params 3 4 5 6
Call Main - 0 = 3
Call Main - 1 = 4
Call Main - 2 = 5
Call Main - 3 = 6
EndMacro - Ended
CChatHook::Detour(The current macro has ended.)
It seems that the 2nd time my macro stops before I even move into pusle.
I ll try to find where the error is but if any of you know where it may fail it would help.

