home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / invest.dir / 00712_Script_712 < prev    next >
Text File  |  1997-05-26  |  237b  |  10 lines

  1. on cheat
  2.   set List = [:]
  3.   repeat with n = 57 to 80
  4.     set Name = the name of cast n
  5.     delete char 9 to 12 of Name
  6.     addProp(List, value("#" & Name), "the number of cast" && the name of cast n)
  7.   end repeat
  8.   put List
  9. end
  10.