home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / bbozu7.dir / 00384_Script_PÇ™èüÇ¡Çýéû < prev    next >
Text File  |  1995-11-13  |  169b  |  10 lines

  1. on YouWin
  2.   set Rand = random(3)
  3.   if Rand = 1 then YouWinT
  4.   else
  5.     if Rand = 2 then YouWinH
  6.     else
  7.       if Rand = 3 then YouWinB
  8.     end if
  9.   end if
  10. end