home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 140 / XENIATGM140.iso / Lingo.ini < prev    next >
Text File  |  2001-09-01  |  202b  |  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.