home *** CD-ROM | disk | FTP | other *** search
/ En Busca del Tesoro / BRUGAL.BIN / exe / 00002_Script_2 < prev    next >
Text File  |  1998-05-06  |  662b  |  24 lines

  1. on exitframe
  2.   global ruta,canciones, aventuras, mujeres, salvapantallas, 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.   else
  12.    put  the pathName into raiz
  13.     set ruta = the pathname & "ruta:"
  14.     set canciones = the pathname & "caca:"
  15.     set aventuras = the pathname & "avbn:"
  16.     set mujeres = the pathname & "mutr:"
  17.     set salvapantallas = the pathname & "salva:"
  18.     
  19.   end if
  20.   
  21. end  
  22.  
  23.  
  24.