beginscript; label Start: ExcTargetType (0xffffffff); //SetFollowWaypoint(152,0,0); label get: if (OtherUnitInArea(0x786b, -7357, -7689, 10)) { SetAnimID(4, 1); ReEvaluate(); SetVar(0, GetTime()+80); EndFrame(); goto TimeWait; } EndFrame(); goto get; label TimeWait: if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait; } label got: if (OtherUnitInArea(0x786b, -7357, -7689, 10)) { SetAnimID(21, 1); ReEvaluate(); EndFrame(); goto End; } EndFrame(); goto got; label End: EndFrame(); goto End; endscript; $