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
/
tokyo
/
slot.dcr
/
00072.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2017-09-21
|
435 b
|
24 lines
on exitFrame
global gslt, gbet, gcoin, gkritu, gten
movelamp(4)
updatelamp()
if the timer > 60 then
if gkritu > 0 then
set gkritu to gkritu - 1
set gten to gten + 1
set gcoin to gcoin + (gbet * 10)
dspcoin()
startTimer()
else
clearsw(0)
if getAt(gslt, 2) = 4 then
go("Bar")
else
go("ê¥éZ")
end if
end if
else
go(the frame)
end if
end