BillRunacre wrote: Sun Aug 21, 2022 7:51 pm
I've pasted the script below for reference. It is linked to DE 670 which I've also pasted.
Note that with DE 670 there must be a
German unit within 3 hexes of Algiers. Could that be the issue?
Bill
;AMEND1942
{
#NAME= DE 603 - Germany: Entice Franco To Enter The War? (AI - 75% Yes)
#POPUP=
#MESSAGE= <<TAG_172>>
#IMAGE=
#SOUND= teletype_1.ogg, teletype_2.ogg
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link to DE 670=1
#LINK= 670[1]
#COUNTRY_ID= 45
#TRIGGER= 100
#DISPLAY_ORDER= 0
; Set decision value
#DECISION= 603
#MPP_UPDOWN= -200
#MPP_TURNS= 4
#MPP_TEXT= <<TAG_173>>
#NOTES= <<TAG_174>>
#NOTES_POSITION= 77,55
; Set AI acceptance % (AI will accept 75% of the time)
#AI_RESPONSE= 75
#AI_RESPONSE_POPUP= <<TAG_175>>
#DATE= 1939/09/01
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 228,221,198
;Set Alignment Position (Algiers)
#ALIGNMENT_POSITION= 92,62 [1]
;Set Alignment Position (Rabat)
#ALIGNMENT_POSITION= 78,65 [1]
; Oran is in Axis hands
#ALIGNMENT_POSITION= 87,63 [1]
;Set National Morale Trigger (dummy value)
#NATIONAL_MORALE_TRIGGER= 0 [0]
; Set variable conditions:
; 1st Line - France politically aligned with Allies and surrendered
; 2nd Line - Spain politically aligned with Axis (not fully active) and not surrendered
; 3rd Line - Italy politically aligned with Axis and not surrendered
#VARIABLE_CONDITION= 40 [2] [100] [1]
#VARIABLE_CONDITION= 99 [1] [60] [0]
#VARIABLE_CONDITION= 59 [1] [100] [0]
; There are no Allied troops within 5 hexes of Rabat
#CONDITION_POSITION= 78,65 [5,5] [0,0] [2] [0]
}
{
#NAME= DE 670 - Germany: Dummy Event to check for German Units In Algiers (AI - 100% Yes)
#POPUP=
#MESSAGE=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#COUNTRY_ID= 45
#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 (1st internally stored decision)
#DECISION= 670
#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= 1939/09/01
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 0,0,0
; Algiers is in Axis hands
#ALIGNMENT_POSITION= 92,62 [1]
;Set National Morale Trigger (dummy value)
#NATIONAL_MORALE_TRIGGER= 0 [0]
; Set variable conditions:
; 1st Line - Germany politically aligned with Axis and not surrendered
; 2nd Line - France politically aligned with Allies and surrendered
; 3rd Line - Spain politically aligned with Axis (not fully active) and not surrendered
; 4th Line - Italy politically aligned with Axis and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
#VARIABLE_CONDITION= 40 [2] [100] [1]
#VARIABLE_CONDITION= 99 [1] [60] [0]
#VARIABLE_CONDITION= 59 [1] [100] [0]
; A German unit is within 3 hexes of Algiers
#CONDITION_POSITION= 92,62 [3,3] [1,1] [1] [45]
}