Decision AI=3 no longer working in PBEM
Posted: Sat Feb 17, 2024 4:32 pm
I have a decision that was working fine prior to the patch but is now no longer working in multiplayer games (including hotseat)
If I change it to AI=0 then the decision will fire but as AI=3 it never fires Below is the decision.
I added the word "hello" to the message so I can see it fire. If I change it to AI=0 it then works just fine.
My understanding is with AI=3 is that it will only fire if the Axis are AI controlled or in Multiplayer games which was working before.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Norway
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
{
#NAME= DE 870 - Allies Raiding Norway Convoy On/Off
#POPUP=
#MESSAGE= hello
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 2
#AI= 3
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 78
#TRIGGER= 100
#DISPLAY_ORDER= 0
#DECISION= 870
#MPP_UPDOWN= 0
#MPP_TURNS= 0
#MPP_TEXT=
#NOTES=
#NOTES_POSITION=
#AI_RESPONSE= 100
#AI_RESPONSE_POPUP=
#DATE= 1939/09/01
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 0,0,0
; - Norway - Neutral
#ALIGNMENT_POSITION= 167,52 [0]
; - Mining Flag is off
#ALIGNMENT_POSITION= 1,248 [0]
#NATIONAL_MORALE_TRIGGER= 0 [0]
#VARIABLE_CONDITION= 5 [0] [0] [0]
#CONDITION_POSITION= 0,0 [0,0] [0,0] [0] [0]
}
If I change it to AI=0 then the decision will fire but as AI=3 it never fires Below is the decision.
I added the word "hello" to the message so I can see it fire. If I change it to AI=0 it then works just fine.
My understanding is with AI=3 is that it will only fire if the Axis are AI controlled or in Multiplayer games which was working before.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Norway
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
{
#NAME= DE 870 - Allies Raiding Norway Convoy On/Off
#POPUP=
#MESSAGE= hello
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 2
#AI= 3
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 78
#TRIGGER= 100
#DISPLAY_ORDER= 0
#DECISION= 870
#MPP_UPDOWN= 0
#MPP_TURNS= 0
#MPP_TEXT=
#NOTES=
#NOTES_POSITION=
#AI_RESPONSE= 100
#AI_RESPONSE_POPUP=
#DATE= 1939/09/01
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 0,0,0
; - Norway - Neutral
#ALIGNMENT_POSITION= 167,52 [0]
; - Mining Flag is off
#ALIGNMENT_POSITION= 1,248 [0]
#NATIONAL_MORALE_TRIGGER= 0 [0]
#VARIABLE_CONDITION= 5 [0] [0] [0]
#CONDITION_POSITION= 0,0 [0,0] [0,0] [0] [0]
}