beginscript; label spits: if (OtherUnitDead(0x8002)) { SpawnUnit(); SetFollowUnit(0x7401,50,600); ExcTargetType (0x1); IncludeUTarget (0x7401); EndFrame(); goto End; } EndFrame(); goto spits; label End: EndFrame(); goto End; endscript; $