home *** CD-ROM | disk | FTP | other *** search
/ En Busca del Tesoro / BRUGAL.BIN / exe / 00003_Script_3 < prev   
Text File  |  1998-05-06  |  761b  |  26 lines

  1. on starmovie
  2.   global ruta, canciones, aventuras, mujeres, salvapantallas, juego, raiz
  3.   
  4.   if the machineType = 256 then
  5.     put  the pathName into raiz 
  6.     set ruta = the pathname & "ruta\"
  7.     set canciones = the pathname & "caca\"
  8.     set aventuras = the pathname & "avbn\"
  9.     set mujeres = the pathname & "mutr\"
  10.     set salvapantallas = the pathname & "salva\"
  11.     set juego = the pathname & "juego\"
  12.   else
  13.     put  the pathName into raiz
  14.     set ruta = the pathname & "ruta:"
  15.     set canciones = the pathname & "caca:"
  16.     set aventuras = the pathname & "avbn:"
  17.     set mujeres = the pathname & "mutr:"
  18.     set salvapantallas = the pathname & "salva:"
  19.     set juego = the pathname & "juego:"
  20.     
  21.   end if
  22.   
  23. end starmovie 
  24.  
  25.  
  26.