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

  1. on mouseUp
  2.   global guserlist
  3.   set m to the money of guserlist
  4.   set s to the sakuramoney of guserlist
  5.   set gokei to s + getkinri()
  6.   put 0 into field "money"
  7.   put integer(gokei) into field "sakuMone"
  8.   setfontsakura()
  9.   go(marker(1))
  10. end
  11.