beginscript; label spawnme: if (OtherUnitDead(0x4f2)) { IncludeGTarget (fortmen1); //SetFollowWaypoint (16,0,0); SetFollowRange(0); EndFrame(); goto End; } EndFrame(); goto spawnme; label End: EndFrame(); goto End; endscript; $