home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 90 / XENIATGM90.iso / LINGO.INI < prev    next >
Text File  |  1999-11-15  |  205b  |  10 lines

  1.  
  2. on startup
  3.      if string(0.0)="a" then nothing
  4.    set the soundkeepdevice to 0
  5.   global tbsearchpath
  6.   set tbsearchpath=[]
  7.   append(tbsearchpath, the applicationPath & "trailers\")
  8.  
  9. end startup
  10.