mobilization_4.txt with Surrender command is not working
Posted: Tue Dec 12, 2023 9:22 pm
I looked at several of the default campaign files and none of them is using this command but it appears to not work. I was trying to make a decision that would detect when France surrenders but it never fires when Vichy is formed. Vichy has surrendered because this command works #VARIABLE_CONDITION= 40 [2] [100] [1] and decision 638 which creates vichy only fires when France surrenders.
{
#NAME= DE 1011 - Surrendered - France to Axis
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 0
#GV= 1[1,100]
#LINK= 0[0]
#LEVEL= 0
#COUNTRY_ID= 45
#TRIGGER= 100
#NM_UPDOWN= 0
#NM_TURNS= 0
#DECISION= 1011
; France Surrendered to Axis
#CONDITION= 40 [0] [1]
}
Just as a goof I tried change the condition to #CONDITION= 40 [0] [2] but still did not work. I am thinking this check is not working and noone has detected it because it is not being used.
{
#NAME= DE 1011 - Surrendered - France to Axis
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 0
#GV= 1[1,100]
#LINK= 0[0]
#LEVEL= 0
#COUNTRY_ID= 45
#TRIGGER= 100
#NM_UPDOWN= 0
#NM_TURNS= 0
#DECISION= 1011
; France Surrendered to Axis
#CONDITION= 40 [0] [1]
}
Just as a goof I tried change the condition to #CONDITION= 40 [0] [2] but still did not work. I am thinking this check is not working and noone has detected it because it is not being used.