beginscript; SetVar(0,0); label Wait1: if (Triggered()) { ExcTargetType(0xffffffff); IncludeUTarget(NPTarget1); EndFrame(); goto Wait2; } EndFrame(); goto Wait1; label Wait2: if (Triggered()) { ExcTargetType(0xffffffff); IncludeUTarget(NPTarget2); SetTargetHag (500); EndFrame(); goto Wait3; } EndFrame(); goto Wait2; label Wait3: if (Triggered()) { ExcTargetType(0xffffffff); IncludeUTarget(NPTarget3); EndFrame(); goto Wait4; } EndFrame(); goto Wait3; label Wait4: if (Triggered()) { IncTargetType(0xffffffff); ExcTargetType(0x2); IncludeUTarget(Tnk_G2_1); SetTargetHag (500); EndFrame(); goto End; } EndFrame(); goto Wait4; label End: EndFrame(); goto End; endscript; $