beginscript; ExcTargetType(0x2); label Wait: if (PlayerInRange(1000)) { IncTargetType(0x1); IncludeUTarget(0x7401); EndFrame(); goto End; } EndFrame(); goto Wait; label End: EndFrame(); goto End; endscript; $