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 / HM_E.dcr / 00026.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  121 b   |  9 lines

  1. on exitFrame
  2.   global medal, rank
  3.   if rank = 1 then
  4.     if medal <= 2 then
  5.       set medal to 2
  6.     end if
  7.   end if
  8. end
  9.