- If I would set a #VARIABLE_CONDITION saying some country must not be at war, which would be the correct way?
- If more than 1 #VARIABLE_CONDITION are included in the same script they are supposed to be connected by the command "and"... is it possible to connect two or more #VARIABLE_CONDITION with the command "or" in the same script?
- With this script, what would happen if Persia finally join the Axis? The script will continue triggering but without effect because Persia would have reached the maximum Axis alignement?
Code: Select all
; Persia turns Axix
{
#NAME= Persia -> Axis
#POPUP= Persia turns Axis
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#TRIGGER= 1
#COUNTRY_ID= 82
#DATE= 1939/09/01
;5% mobilization increase towards Axis
#MOBILIZATION= [5,5] [1]
; Set variable conditions:
; Germany at war
#VARIABLE_CONDITION= 45 [1] [100] [0]
#CONDITION_POSITION= 0,0 [0,0] [0,0] [0] [0]
}