
Hello, is there a trick to call 2 scripts inside a macro (on the caracter sheet) ? My macro is like !command1 param1 ... !command2 param1 ... For information I created a macro for my players resting which allow them to reset their spellused and their power point. Most of them have spell or power but the cleric have both (I manage the power to dismiss undead like a power) and something unexpected occurs when the macro is called : Occasionnaly both scripts are called (and works) but most of the time only the first one is executed... According to my log it's like the 2nd message isn't sent. Both script are ok and if I swicth the order of the command it's the new first which is called. Did I miss something ?