beginscript; SelectWeapons(0,0,0); label check1: if (Triggered()) { // SetFollowUnit(0x781d,50,50); SetFollowWaypoint(1,0,0); EndFrame(); goto End; } EndFrame(); goto check1; label End: EndFrame(); goto End; endscript; $