Page 1 of 1

SOE - multiple #POPUP lines

Posted: Thu Aug 17, 2023 8:27 pm
by DarkHorse2
Sorry guys,

I missed this one (similiar to the previous, but in a different file)

This one is in "mobilization_2.txt".

Other was in "mobilization_3.txt".

;REMOVE1941
;
; Event for Yugoslavian mobilization if the UK
; has lost London so cannot support a pro-Allied coup there
{
#NAME= Yugoslavia Signs The Tripartite Pact (Yugoslavia->Axis)
#POPUP= <<TAG_38>>
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 1
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 120
#TRIGGER= 100
#DATE= 1941/03/28
;200% mobilization increase towards Axis
#MOBILIZATION= [200,200] [1]
;Set variable conditions:
; 1st Line - UK politically aligned with Allies and not surrendered
; 2nd Line - Germany politically aligned with Axis and not surrendered
; 3rd Line - France politically aligned with Allies and surrendered
; 4th Line - Italy politically aligned with Axis and not surrendered
; 5th Line - Yugoslavia politially aligned with Axis but not fully mobilized
#VARIABLE_CONDITION= 112 [2] [100] [0]
#VARIABLE_CONDITION= 45 [1] [100] [0]
#VARIABLE_CONDITION= 40 [2] [100] [1]
#VARIABLE_CONDITION= 59 [1] [100] [0]
#VARIABLE_CONDITION= 120 [1] [0] [0]
; Axis has 1 unit in London
#CONDITION_POSITION= 147,77 [0,0] [1,1] [1] [0]
}


Code: Select all

=====================================================================
   Preparing to Load and Sort: mobilization_2.txt
=====================================================================

Yugoslavia Signs The Tripartite Pact (Yugoslavia->Axis)
   WARNING
   Excess Event Statements Found !


File Summary
    Total Lines:   2255
    Comment Lines: 877
    Link Lines:    65
    Links:         3
    Event Blocks:  65

=====================================================================
   Sorting Complete and Saved As: Sorted_mobilization_2.txt
=====================================================================

=====================================================================
   Preparing to Load and Sort: mobilization_3.txt
=====================================================================

DE 104 - Yugoslavia Signs The Tripartite Pact (Yugoslavia->Axis)
   WARNING
   Excess Event Statements Found !


File Summary
    Total Lines:   2053
    Comment Lines: 669
    Link Lines:    76
    Links:         51
    Event Blocks:  76

Re: SOE - multiple #POPUP lines

Posted: Fri Aug 18, 2023 9:09 am
by BillRunacre
Thanks!