beginscript; label Start: if(PlayerInRange(30) && GetState() != 0) { DespawnUnit(); IncGlobalVar(0); TurnPointyOff(egg3); RemoveRadarEdgeObj(GetUnitID()); EndFrame(); goto End; } EndFrame(); goto Start; label End: EndFrame(); goto End; endscript; $