beginscript; ExcTargetType(0xffffffff); label Wait: if (GetState() != 0 && UnitDead() != 1) { ExcTargetType(0xffffffff); SetFollowRange(0); EndFrame(); goto check1; } EndFrame(); goto Wait; label check1: if ( Triggered() ) { // WaitForTime(50); SetGroupFollowConvoy(136,0,0); SetGroupConvoySpacing(500,100); // SetFollowWaypoint(136,0,0); // SetFollowRange(0); EndFrame(); goto End; } EndFrame(); goto check1; label End: EndFrame(); goto End; endscript; $