beginscript; label check: // ExcTargetType (0xffff); IncludeGTarget (1); SetRespawnTime(10); label check1: if (PlayerInRange(2000)) { IncludeUTarget (0x7401); EndFrame(); goto End; } EndFrame(); goto check1; label End: EndFrame(); goto End; endscript; $