home *** CD-ROM | disk | FTP | other *** search
/ PC Games.EXE 1999 January / pcgamesexe-1999-01.iso / Warzone / data1.cab / Program_Executable_Files / script / fastplay / start.vlo < prev   
Text File  |  1998-10-27  |  384b  |  15 lines

  1. //start.vlo
  2. //to start player stuff off
  3.  
  4. script "start.slo"
  5. run
  6. {
  7. player        int        0                //player's player number
  8. startPow    int        1000
  9. numTechs    int        4
  10. startTech[0]    RESEARCHSTAT    "R-Vehicle-Body01"
  11. startTech[1]    RESEARCHSTAT    "R-Sys-Spade1Mk1"
  12. startTech[2]    RESEARCHSTAT    "R-Vehicle-Prop-Wheels"
  13. startTech[3]    RESEARCHSTAT    "R-Wpn-MG1Mk1"
  14. mg        WEAPON        "TUTMG"                //req'd for 1st level
  15. }