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

  1. on exitFrame
  2.   global guserlist
  3.   set m to the money of guserlist
  4.   if m >= 500 then
  5.     put string(m - 500) into field "money"
  6.     puppetSprite(32, 1)
  7.     set the memberNum of sprite 32 to 725
  8.     set the visible of sprite 31 to 1
  9.     set the visible of sprite 32 to 1
  10.   end if
  11. end
  12.