beginscript; label Trig: if (PlayerInRange(600)) { SetHUDTarget(HutTrgt9); EndFrame(); goto End; } EndFrame(); goto Trig; label End: EndFrame(); goto End; endscript; $