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