home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #8 / K_CD_8_98.iso / geddon / lingo.ini < prev   
Text File  |  1998-05-21  |  241b  |  11 lines

  1. global gFile,gSetpath,gFirstMovie,gAppName,gCustomDelay
  2.  
  3. on startup
  4.     set gCustomDelay=5
  5.     set gFile="Files\startUp"
  6.     set gFirstMovie=""
  7.     set gAppName=""
  8.     set gSetpath=1
  9.     if string(0.0)="a" then nothing
  10. end startup
  11.