For starters, is there any way to branch macros together? To have one macro self-terminate and launch anohter separate macro I mean, not If/EndIf....
Also, I'm having trouble nesting one If/End If within another. Why something like this doesn't work, I don't understand

If {Mana <=19}
UseSkill Meditation
Pause 4.00sec
If {SysMessage = "You enter a meditative trance."}
Pause 52.00sec
Else
Pause 8.50 sec
UseSkill Meditation
Pause 44.00sec
End If
Pause .80sec
End If
Thanks any help is appreciated.