home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / semei / s_102.dir / 00314_ÉçÉSÇR.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  323 b   |  15 lines

  1. on mouseUp
  2.   global gseimeigamelist
  3.   if voidp(gseimeigamelist) then
  4.     set gseimeigamelist to [#pazzle: 0, #neko: 0, #sushi: 0]
  5.   end if
  6.   set n to count(gseimeigamelist)
  7.   repeat with x = 1 to n
  8.     if getAt(gseimeigamelist, x) = 0 then
  9.       go("siren", "P15")
  10.       exit
  11.     end if
  12.   end repeat
  13.   go("tai", "P15")
  14. end
  15.