beginscript; label Start: label ho: if (Triggered()) { SetFollowUnit(0x7866, 100, 300); EndFrame(); goto End; } EndFrame(); goto ho; label End: EndFrame(); goto End; endscript; $