home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
En Busca del Tesoro
/
BRUGAL.BIN
/
exe
/
00002_Script_2
< prev
next >
Wrap
Text File
|
1998-05-06
|
662b
|
24 lines
on exitframe
global ruta,canciones, aventuras, mujeres, salvapantallas, raiz
if the machineType = 256 then
put the pathName into raiz
set ruta = the pathname & "ruta\"
set canciones = the pathname & "caca\"
set aventuras = the pathname & "avbn\"
set mujeres = the pathname & "mutr\"
set salvapantallas = the pathname & "salva\"
else
put the pathName into raiz
set ruta = the pathname & "ruta:"
set canciones = the pathname & "caca:"
set aventuras = the pathname & "avbn:"
set mujeres = the pathname & "mutr:"
set salvapantallas = the pathname & "salva:"
end if
end