Re: [SOE] DE 1 - AI - Should US Attempt To Liberate The UK
Posted: Sun Aug 06, 2023 3:56 pm
Guys,
Not 100% sure on this, but shouldn't the following be checking that the USA(115) is mobilized and not surrendered instead of UK(112)? (see decision.txt)
Isn't there a possibility that the UK has already surrendered?
{
#NAME= DE 1 - AI - Should US Attempt To Liberate The UK (AI - 100% Yes)
#POPUP=
#MESSAGE=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 2
#LEVEL= 0
#COUNTRY_ID= 115
#TRIGGER= 100
#DISPLAY_ORDER= 1
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link value to always trigger (dummy value)
#LINK= 0[0]
; Set decision value
#DECISION= 1
#MPP_UPDOWN= 0
#MPP_TURNS= 0
#MPP_TEXT=
#NOTES=
#NOTES_POSITION=
; Set AI acceptance % (AI will accept 100% of the time)
#AI_RESPONSE= 100
#AI_RESPONSE_POPUP=
#DATE= 1940/09/01
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 0,0,0
; Washington D.C. is in Allied hands
#ALIGNMENT_POSITION= 4,108 [2]
;Set National Morale Trigger (dummy value)
#NATIONAL_MORALE_TRIGGER= 0 [0]
; Set variable conditions:
; 1st Line - UK politically aligned with Allies and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; should this be the following, instead?
#VARIABLE_CONDITION= 115 [2] [100] [0]
; Set condition position:
; 1st Line - 1 Axis unit in England OR
; 2nd Line - 0 Allied units in England
#CONDITION_POSITION= 147,77 [20,20] [1,1] [1] [0]
#CONDITION_POSITION= 147,77 [20,20] [0,0] [2] [0]
}
Not 100% sure on this, but shouldn't the following be checking that the USA(115) is mobilized and not surrendered instead of UK(112)? (see decision.txt)
Isn't there a possibility that the UK has already surrendered?
{
#NAME= DE 1 - AI - Should US Attempt To Liberate The UK (AI - 100% Yes)
#POPUP=
#MESSAGE=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 2
#LEVEL= 0
#COUNTRY_ID= 115
#TRIGGER= 100
#DISPLAY_ORDER= 1
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link value to always trigger (dummy value)
#LINK= 0[0]
; Set decision value
#DECISION= 1
#MPP_UPDOWN= 0
#MPP_TURNS= 0
#MPP_TEXT=
#NOTES=
#NOTES_POSITION=
; Set AI acceptance % (AI will accept 100% of the time)
#AI_RESPONSE= 100
#AI_RESPONSE_POPUP=
#DATE= 1940/09/01
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 0,0,0
; Washington D.C. is in Allied hands
#ALIGNMENT_POSITION= 4,108 [2]
;Set National Morale Trigger (dummy value)
#NATIONAL_MORALE_TRIGGER= 0 [0]
; Set variable conditions:
; 1st Line - UK politically aligned with Allies and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; should this be the following, instead?
#VARIABLE_CONDITION= 115 [2] [100] [0]
; Set condition position:
; 1st Line - 1 Axis unit in England OR
; 2nd Line - 0 Allied units in England
#CONDITION_POSITION= 147,77 [20,20] [1,1] [1] [0]
#CONDITION_POSITION= 147,77 [20,20] [0,0] [2] [0]
}