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
Wrap
Text File
|
1998-10-27
|
384b
|
15 lines
//start.vlo
//to start player stuff off
script "start.slo"
run
{
player int 0 //player's player number
startPow int 1000
numTechs int 4
startTech[0] RESEARCHSTAT "R-Vehicle-Body01"
startTech[1] RESEARCHSTAT "R-Sys-Spade1Mk1"
startTech[2] RESEARCHSTAT "R-Vehicle-Prop-Wheels"
startTech[3] RESEARCHSTAT "R-Wpn-MG1Mk1"
mg WEAPON "TUTMG" //req'd for 1st level
}