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
/
MAP062E.dcr
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2017-09-21
|
286 b
|
18 lines
global mm, status
on exitFrame
if soundBusy(2) then
go(the frame)
else
set mm to mm - 500
if (mm >= 0) or (status = 0) then
put mm into field "gold"
go("rich")
else
set mm to 0
put mm into field "gold"
go("PL")
end if
end if
end