Page 1 of 1

script questions

Posted: Wed Jul 04, 2018 12:21 am
by pjg100
I understand most of the scripts. However, what does ";AMEND1942 (INCREASE TURKEY'S MOBILIZATION AND REMOVE THIS IN 1942)" mean in the following script? Does it mean that Turkey automatically receives the Axis mob boost on the next turn after 1/1/1942 if the variable condition is met?

;AMEND1942 (INCREASE TURKEY'S MOBILIZATION AND REMOVE THIS IN 1942)
; Axis land units 1 hex from Sevastopol resulting in a
; 5-10% increase in Turkish mobilization towards Axis
{
#NAME= Axis Advance On Sevastopol (Turkey->Axis)
#POPUP= Turkey Signs A Treaty Of Friendship With Germany
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 111
#TRIGGER= 100
#DATE= 1941/05/25
; 5-10% mobilization increase towards Axis
#MOBILIZATION= [5,10] [1]
; Set variable conditions:
; 1st Line - Germany politically aligned with Axis and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
; Axis has 1-2 units 1 hex from Sevastopol
#CONDITION_POSITION= 212,96 [1,1] [1,2] [1] [0]
}


Second question: There is a similar mob event for Turkey based on Axis having a unit in Sevastopol. The date limiter is 5/25/1942. However, it also has the ";AMEND1942 (INCREASE TURKEY'S MOBILIZATION AND REMOVE THIS IN 1942)" legend at the top of the script. So the event is removed in 1942 but it cannot occur until later in 1942?



RE: script questions

Posted: Wed Jul 04, 2018 9:32 am
by Hubert Cater
Hi PJG100,

Our workflow is to begin with the default 1939 campaign and then once that one is more or less completed, work on the follow up years is initiated. Those notes are simply designer notes to help us keep track of which events might need to be removed for let's say the 1942 campaign (and after) or amended etc.

Essentially they can be ignored for the 1939 campaign as it doesn't apply there and only the actual script contents apply.

Hope this helps,
Hubert