home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
En Busca del Tesoro
/
BRUGAL.BIN
/
exe
/
00003_Script_3
< prev
Wrap
Text File
|
1998-05-06
|
761b
|
26 lines
on starmovie
global ruta, canciones, aventuras, mujeres, salvapantallas, juego, 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\"
set juego = the pathname & "juego\"
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:"
set juego = the pathname & "juego:"
end if
end starmovie