Without going into a major discussion about scripting, I’d added some comments in the quotes
//ALLIES
//covert ops
set co1 team [r][4][33]; say_team ^1spawning as a covert ops with a fg42;
set covertopsallies “vstr co2”
Should be:
set co1 “team b 4 33; say_team ^1spawning as a covert ops with a fg42;
set covertopsallies vstr co2”
Those changes apply to covert ops and soldier
set co2 team [r][4][25]; say_team ^1spawning as a covert ops with a garand;
set covertopsallies “vstr co3”
set co3 team [r][4][10]; say_team ^1spawning as a covert ops with a sten;
set covertopsallies “vstr co1”
set covertopsallies “vstr co1”
bind F10 “vstr covertopsallies”
//soldier
set sold1 team [r][0][35]; say_team ^1spawning as a soldier with a mortar;
set soldierallies “vstr sold2”
set sold2 team [r][0][31]; say_team ^1spawning as a soldier with a mg42; set
soldierallies “vstr sold3”
set sold3 team [r][0][5]; say_team ^1spawning as a soldier with a
panzerfaust; set soldierallies “vstr sold4”
set sold4 team [r][0][6]; say_team ^1spawning as a soldier with a
flamethrower; set soldierallies “vstr sold1”
set soldierallies “vstr sold1”
bind F9 “vstr soldierallies”
//engineer
set engi1 "team [r][2][8]; say_team ^1spawning as a engineer with a
thompson; bind 6 vstr sixx_eng;bind 5 vstr five_eng; set engineerallies
“vstr engi2"”
Have no idea what this does:
bind 6 vstr sixx_eng;bind 5 vstr five_eng;
Lose the first " in front of “vstr engi2”
set engi2 "team [r][2][24]; say_team ^1spawning as a engineer with a garand;
bind 6 vstr sixx_eng;bind 5 vstr five_eng; set engineerallies “vstr engi1"”
set engineerallies “vstr majoor1”
bind F8 “vstr engineerallies”
There is no line of script named majoor1
//field ops
bind F6 team [r][3][8]; say_team ^1spawning as a field ops with a thompson;
bind 6 vstr sixx_lt;bind 5 vstr five_lt
See comment above about elements which i have no idea what they do
//medic
bind F7 team [r][1][8]; say_team ^1spawning as a medic with a thompson; bind
6 vstr sixx_med;bind 5 vstr five_med
See comment above about elements which i have no idea what they do