home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / shop / sakurain.dir / 00320.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  353 b   |  19 lines

  1. on mouseUp
  2.   global guserlist
  3.   set s to the sakuramoney of guserlist
  4.   if s = 0 then
  5.     exit
  6.   end if
  7.   set gokei to s + getkinri()
  8.   put s
  9.   if s > 0 then
  10.     unLoad()
  11.     put integer(gokei) into field "money"
  12.     setfontsakura()
  13.     go("hikidasi")
  14.   else
  15.     beep()
  16.     alert("テ・ツェテァ窶コテAテウaテ」窶。テゥcテァテテテ陛窶テテ凝窶ケテテセテテ津B")
  17.   end if
  18. end
  19.