beginscript; label base1: if (GetGlobalVar (4) == 1 && GetGlobalVar (5) == 1 && GetGlobalVar (6) == 1) { SetFollowUnit(0x7001, 10, 10); EndFrame(); goto End; } EndFrame(); goto base1; label End: EndFrame(); goto End; endscript; $