home *** CD-ROM | disk | FTP | other *** search
/ 100 Years of Barrow-Built RN Submarines / 100YearsOfBarrow-builtRnSubmarines.iso / lingo.ini < prev    next >
Text File  |  2001-02-02  |  229b  |  14 lines

  1. on startup
  2.  
  3.   set the soundkeepdevice to 0
  4.  
  5.   global tbsearchpath
  6.  
  7.   set tbsearchpath=[]
  8.  
  9.   append(tbsearchpath, the applicationPath & "media\")
  10.  
  11.   append(the searchpaths, the applicationPath & "media")
  12.  
  13. end startup
  14.