home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
megaman_polarity.swf
/
scripts
/
frame_5726
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
257 b
|
11 lines
if(89 < accuracy or playrank == "DOT EATER!")
{
cheatactivated = "Cheat Code Earned";
cheatdesc = "Enter the code TRIPLEZERO to play as Protoman. But you obviously already knew that.";
gotoAndPlay(8300);
}
else
{
gotoAndPlay(5746);
}