So... no word on the event? The event file is:
for UoBCode:event = { id = 97000 country = ENG picture = "foreign_policy" style = 0 trigger = { government = communist NOT = { ispuppet = NOR } NOT = { war = { country = ENG country = NOR } } } name = "Norway, A Country Ripe for Socialism" desc = "Norway, a relatively weak country is looking for support, a mother country to nurture it through the hard times it is going through. They are seeking to gain support from us, with us promising our friendship, securing their independence and giving them preferential trade deals in exchange for access to military bases and future support in the region." date = { day = 10 month = august year = 1936 } offset = 10 deathdate = { day = 1 month = february year = 1937 } action_a = { ai_chance = 90 name = "Encourage a bond between our two nations" command = { type = relation which = NOR value = 100 } command = { type = relation which = SWE value = -10 } command = { type = relation which = GER value = -25 } command = { type = set_domestic which = interventionism value = 1 } command = { type = setflag which = eng_inv_sca } command = { type = access which = NOR } command = { type = trigger which = 97001 } } action_b = { ai_chance = 10 name = "What nonsense!" command = { type = relation which = NOR value = -50 } command = { type = set_domestic which = free_market value = 1 } command = { type = setflag which = no_eng_inv_sca } } }
and:
And they seem alright...Code:event = { id = 97001 country = NOR picture = "finish_fortunes_of_war" style = 0 name = "The British make us an Offer" desc = "The Union of Britian, a Socialist Power has offered us preferential trade deals and there support in exchange for military bases and support in government. While this may anger our other Scandinavian neighbors, like Denmark, Finland and Sweden, this may be just what Norway needs at this unsure time in our history." action_a = { ai_chance = 95 name = "A Bond Will be Benefitial For Both Norway and Britain" command = { type = relation which = ENG value = 100 } command = { type = relation which = SWE value = -75 } command = { type = relation which = GER value = -10 } command = { type = relation which = DEN value = -25 } command = { type = set_domestic which = interventionism value = 1 } command = { type = set_domestic which = political_left value = 1 } command = { type = guarantee which = ENG where = NOR } command = { type = access which = ENG } } action_b = { ai_chance = 5 name = "A Bond? Nonsense!" command = { type = relation which = ENG value = -50 } command = { type = relation which = SWE value = 25 } command = { type = relation which = GER value = 10 } command = { type = relation which = DEN value = 10 } command = { type = set_domestic which = interventionism value = -1 } command = { type = end_guarantee which = ENG where = NOR } command = { type = clrflag which = eng_inv_sca } } }But they're not. I tried them twice after the first problem, and it still doesn't work.










But they're not. I tried them twice after the first problem, and it still doesn't work.
Reply With Quote













).