beginscript; ExcTargetType(0x1); IncTargetType(0x80); IncTargetType(0x2); IncludeGTarget(2); label GoDown: if (GetGlobalVar(4) == 3 && GetGlobalVar(3) != 1) { ExcTargetType(0xffffffff); } if (GetGlobalVar(3) >= 1) { IncTargetType(0x80); IncTargetType(0x2); IncludeGTarget(2); EndFrame(); goto End; } EndFrame(); goto GoDown; label End: EndFrame(); goto End; endscript; $