The following event is part of a chain I made, it is the only portion of the change that is acting funny.
What in that event would make England get all of Hollands colonies except the western half of new guinea? I mean all of Indonesia and Holland's carribbean colonies instantly revert to English control at this event, and I don't know why. Also earlier in the event chain Japan makes peace with England, of which Holland is in the allies alliance, yet Japanese control over Java does not end when peace is made with England, the peace command was used and set for the whole alliance.
Code:
#########################################################################
# Germany installs Governments in Asia.
#########################################################################
event = {
id = 10015
random = no
country = HOL
name = "Peace Negotiations."
desc = "The old world order is done for, the Austro-German Alliance are now the guides for the new order."
picture = "asian_colonies"
style = 0
action_a = {
name = "Accept." # Demand French Indochine
ai_chance = 100
command = { type = inherit which = BEL }
command = { type = trigger which = 10016 }
command = { type = trigger which = 10017 }
}
}
What in that event would make England get all of Hollands colonies except the western half of new guinea? I mean all of Indonesia and Holland's carribbean colonies instantly revert to English control at this event, and I don't know why. Also earlier in the event chain Japan makes peace with England, of which Holland is in the allies alliance, yet Japanese control over Java does not end when peace is made with England, the peace command was used and set for the whole alliance.