yah noticed that after i posted but was to late to edit lol. and I am sure there is a better way to do it, but its a start.
Code:
sub EVENT_SPAWN {
quest::settimer("dance",1);
}
sub EVENT_TIMER {
if ($timer eq "dance")
{
quest::doanim(58);
quest::settimer("dance",1);
}
}