Page 1 of 1

My mobilization script doesn't seem to be working

Posted: Sat Jan 07, 2017 3:25 pm
by pcpilot
My mobilization #1 script doesn't seem to be working. Both Italy and Algeria should
mobilize a certain percentage when Iceland falls. (this is a fantasy scenario) But when Germany invades and takes
Iceland, I don't see any changes in mobilization for either of these countries. I had also tried a different condition
where Iceland was Axis after it had fallen but that didn't seem to work. Maybe someone can look at this script and tell
me whats wrong. Thank you for your time.


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Allied Mobilization
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
{
#NAME= Axis Conquest of Iceland (Algeria->Allies)
#POPUP= Algeria begins mobilization for war!
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL=0
#GV=1[1,100]
#LINK=0[0]
#TRIGGER=100
#COUNTRY_ID= 4
; variable activation increase towards Allies
#MOBILIZATION= [50,100] [2]
; Set variable conditions:
; 1st Line - Iceland politically aligned with Allies and surrendered
#CONDITION= 53 [0] [2]
}

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Axis Mobilization
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
{
#NAME= Axis Conquest of Iceland (Italy->Axis)
#POPUP= Italy begins mobilization for war!
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL=0
#GV=1[1,100]
#LINK=0[0]
#TRIGGER=100
#COUNTRY_ID= 59
; variable activation increase towards Axis
#MOBILIZATION= [50,100] [1]
; Set variable conditions:
; 1st Line - Iceland politically aligned with Allies and surrendered
#CONDITION= 53 [0] [2]
}

RE: My mobilization script doesn't seem to be working

Posted: Sun Jan 08, 2017 11:12 am
by BillRunacre
Hi

If you change the last line to:

#CONDITION= 53 [0] [1]

Then they should work. Yours were referencing Iceland surrendering to the Allies rather than Axis.

Bill

RE: My mobilization script doesn't seem to be working

Posted: Tue Jan 17, 2017 12:59 am
by pcpilot
Thank you for the answer Bill. I had to test it so that's why the long time to reply. I have actually modified it now so Algeria mobilizes 50-100% to allies on Iceland's invasion. And Italy mobilizes 100% to Axis on Iceland's defeat. Works well. Thanks again.

RE: My mobilization script doesn't seem to be working

Posted: Tue Jan 17, 2017 6:08 pm
by BillRunacre
Glad to hear you got it working. [:)]