home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / csinke6.dir / 00466_Script_PÇ™ÇÕÇÞÇÍÇýéû < prev    next >
Text File  |  1995-11-13  |  888b  |  55 lines

  1. on YouHazureT
  2.   set Rand = random(4)
  3.   if Rand = 1 then
  4.     HereT1
  5.     HereT2
  6.   else
  7.     if Rand = 2 then LuckyT2
  8.     else
  9.       if Rand = 3 then HereT3
  10.       else
  11.         if Rand = 4 then HereT4
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.  
  17. on YouHazureH
  18.   set Rand = random(4)
  19.   if Rand = 1 then 
  20.     HereH1
  21.     HereH2
  22.   else
  23.     if Rand = 2 then LuckyH2
  24.     else
  25.       if Rand = 3 then HereH3
  26.       else
  27.         if Rand = 4 then HereH4
  28.       end if
  29.     end if
  30.   end if
  31. end
  32.  
  33. on YouHazureB
  34.   set Rand = random(6)
  35.   if Rand = 1 then 
  36.     HereB1
  37.     HereB2
  38.   else
  39.     if Rand = 2 then LuckyB2
  40.     else
  41.       if Rand = 3 then HereB3
  42.       else
  43.         if Rand = 4 then HereB4
  44.         else
  45.           if Rand = 5 then HereB5
  46.           else
  47.             if Rand = 6 then HereB6
  48.           end if
  49.         end if
  50.       end if
  51.     end if
  52.   end if
  53. end
  54.  
  55.