home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
Panasonic-
/
funcity
/
paris
/
wave
/
HA_E.dcr
/
00001.txt
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2017-09-21
|
196 b
|
21 lines
global DEBUG,BANK,MM
on exitFrame
if ( DEBUG = 1 ) then
go ( the frame + 1 )
else
if ( NetDone() ) then
go ( the frame + 1 )
else
go "End1"
end if
end if
end