• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(4828)

First Lieutenant
Jul 10, 2001
217
0
Visit site
Hi all, I wonder if anyone can help me with moving the french capital in eep. There is some trouble with the scnario editor so I aimed for the event solution.
#Paris#
event = {

id = 19000
trigger = {
owned = {
province = 385
data = -1
}
}
random = no
country = FRA
name = "EVENTNAME19000"
desc = "EVENTHIST19000"
style = 4

date = { day = 27 month = october year = 1599 }
offset = 1
deathdate = { day = 28 month = january year = 1632 }

action_a ={ #Move Capital to Paris#
name = "ACTIONNAME19000A"
command = { type = capital which = 385 }
command = { type = infra value = 500 }
command = { type = trade value = 1000 }
command = { type = stability value = 1 }
command = { type = provincereligion which = 385 value = catholic }
command = { type = provinceculture which = 385 value = russian}
}

action_b ={ #Keep Capital at Jamaica#
name = "ACTIONNAME19000B"
command = { type = domestic which = ARISTOCRACY value = -2 }
command = { type = domestic which = CENTRALIZATION value = -2 }
command = { type = stability value = -1 }
}
}
I can not seem to get this event to trigger, is there something wrong with it, or do i need to save it somewhere else?
I saved it in major events for french, is that ok?
:confused:
 
Did you save it at the beginning of the file or the end of the file. If there is a bug in the file somewhere, all events afterwards will not be read so try the beginning. The event should work, IMO.
 
I wonder if i might use the wrong procedure when i place it in the script?
I just open the eep major event thing for france( it opens in note pad, is that ok?)
Then i insert the event. when i tried to open the save file in excel it was to big, so i can not work around it that way either :mad:
Thx for the input , i will try once more(even if jamaica is a cool place :p )