home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Technology
/
INVENTORLABS_TECHNOLOGY.BIN
/
mac
/
FILES
/
INVEST.DIR
/
00712_Script_712
< prev
next >
Wrap
Text File
|
1997-05-26
|
237b
|
10 lines
on cheat
set List = [:]
repeat with n = 57 to 80
set Name = the name of cast n
delete char 9 to 12 of Name
addProp(List, value("#" & Name), "the number of cast" && the name of cast n)
end repeat
put List
end