hi folks! I have a problem with my campaigncylce :
set d1 "campaign cmpgn_northafrica ; set nextcampaign vstr d2"
set d2 "swap_teams;campaign cmpgn_northafrica ; set nextcampaign vstr d3"
set d3 "campaign cmpgn_centraleurope ; set nextcampaign vstr d4"
set d4 "swap_teams;campaign cmpgn_centraleurope ; set nextcampaign vstr d5"
set d5 "campaign cmpgn_st13_6-map; set nextcampaign d6"
set d6 "swap_teams;campaign cmpgn_st13_6-map; set nextcampaign d7"
set d7 "campaign cmpgn_st13_10-Map; set nextcampaign d8"
set d8 "swap_teams;campaign cmpgn_st13_10-Map; set nextcampaign d9"
set d9 "campaign cmpgn_st13_10-Map_norail; set nextcampaign d10"
set d10 "swap_teams;campaign cmpgn_st13_10-Map_norail; set nextcampaign d11"
set d11 "campaign cmpgn_st13_6-map-AF; set nextcampaign d12"
set d12 "swap_teams;campaign cmpgn_st13_6-map-AF; set nextcampaign d13"
set d13 "campaign cmpgn_st13_6-map-EU; set nextcampaign d14"
set d14 "swap_teams;campaign cmpgn_st13_6-map-EU; set nextcampaign d15"
set d15 "campaign cmpgn_st13_custom-map; set nextcampaign d16"
set d16 "swap_teams;campaign cmpgn_st13_custom-map; set nextcampaign d1"
// server doesn't recognise the campaign command when the gamecode isn't running yet.
set d_initial "set g_gametype 4 ; map battery ; set nextcampaign vstr d4"
vstr d_initial
vstr nextcampaign brings cannot find “cmpgn_northeurope”
if i enter vstr cmpgn_st13_6-map the server switches to the 6 map campaign
if i THEN enter vstr nextcampaign this appears : “d6” is:“swap_teams;campaign cmpgn_st13_6-map; set nextcampaign d7^7” default:“swap_teams;campaign cmpgn_st13_6-map; set nextcampaign d7^7”
what i want is this : starting the server -> autoswitch to cmpgn_st13_6-map -> shuffle cmpgn_st13_6-map -> autoswitch to cmpgn_st13_10-map -> shuffle cmpgn_st13_10-map -> autoswitch … and so on .
but this doesn’t work!
too many cpmgns ?
i have no idea…