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 / 00098.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  210 b   |  14 lines

  1. on exitFrame
  2.   global gbet, gkritu, gstop, gcoin
  3.   set gbet to 0
  4.   set gkritu to 0
  5.   set gstop to 0
  6.   initlamp()
  7.   resetlamp(1)
  8.   dspcoin()
  9.   cursor([45, 46])
  10.   if gcoin < 10 then
  11.     go("nogame")
  12.   end if
  13. end
  14.