home *** CD-ROM | disk | FTP | other *** search
- if(89 < accuracy or playrank == "DOT EATER!")
- {
- cheatactivated = "Cheat Code Earned";
- cheatdesc = "Enter the code DAMNCAT to start the game with extra lives.";
- gotoAndPlay(8300);
- }
- else if(sabotage == 1)
- {
- gotoAndPlay(3334);
- }
- else
- {
- gotoAndPlay(3204);
- }
-