home *** CD-ROM | disk | FTP | other *** search
/ The Gathering of Goodness / The_Gathering_of_Goodness_CD_www.godgames.com_Number_1_2000.iso / LINGO.INI < prev   
Text File  |  2000-11-03  |  279b  |  10 lines

  1. on startup 
  2. set the soundkeepdevice to 0  
  3. -- Added to look for files in the "video" subdirectory  
  4. global tbsearchpath  
  5. set tbsearchpath=[]  
  6. append(tbsearchpath, the applicationPath & "video\")  
  7. append(the searchpaths, the applicationPath & "video")  
  8. end startup 
  9.  
  10.