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