home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 32
/
hot34.iso
/
ficheros
/
WSAV
/
DALEKSAV.ZIP
/
CONTROL.DIR
/
00037_Script_37
< prev
next >
Wrap
Text File
|
1997-01-02
|
450b
|
23 lines
on exitFrame
global k
set k = [0]
repeat with n=17 to 22
put the text of member n of castlib "data" into c
put c into member n of castlib "stuff"
end repeat
put the text of member 25 of castlib "data" into c
put c into member 25 of castlib "stuff"
repeat with n=27 to 33
put the text of member n of castlib "data" into c
put c into member n of castlib "stuff"
end repeat
end