home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / sztuka / troopers / lingo.ini < prev    next >
Text File  |  1997-10-21  |  222b  |  10 lines

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