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 / paris / wave / MAP052E.dcr / 00163_INQ01.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  293 b   |  15 lines

  1. global debug, bank, status, free, mm
  2.  
  3. on exitFrame
  4.   if field "Name" = free then
  5.     set mm to 0
  6.     put mm into field "gold"
  7.     go("king")
  8.   else
  9.     set para to bank & "name=" & field "Name" & "&password=" & field "Pass"
  10.     if debug = 0 then
  11.       getnettext(para)
  12.     end if
  13.   end if
  14. end
  15.