beginscript; label Start: //SetFollowWaypoint(152,0,0); ExcTargetType (0xffffffff); label get: if (OtherUnitInArea(0x786a, -7380, -7694, 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(0x786a, -7380, -7694, 10)) { SetAnimID(21, 1); ReEvaluate(); EndFrame(); goto End; } EndFrame(); goto got; label End: EndFrame(); goto End; endscript; $