Make hotbuttons to make it easy, and be sure to make a /end macro hot button to keep it under control. Seems to work great, however it does not take account for replaying missed songs. If you keep it to two songs, if you miss one, generally it will get arround to recasting before it fades.
Code: Select all
| - Twist1.mac -
|
Sub Main
/emote plays a marching song.
/stopsong
/delay 5
:Sing
/cast 1
/delay 32
/stopsong
/delay 4
/cast 2
/delay 32
/stopsong
/delay 4
/cast 3
/delay 32
/stopsong
/delay 4
/goto :Sing
/return

