I tried to give the epirotes a chance in the Phyrric war, and the event fires as it should, but the whole event becomes wrong.
First off, the event is labled "Boundary dispute", and the only option i get is "press the issue". The option itself displays the units i want to 'spawn' for Epirus, but it says they will spawn in PROV0. When i click the option, the event backfires and the game crashes. I have no idea what in my trigger causes it, but then i so far only learn as i go. Anyway, here's the trigger:
country_event = {
id = 8000
trigger = {
tag = EPI
year = 474
}
mean_time_to_happen = {
months = 1
}
title = "EVTNAME8000"
desc = "EVTDESC8000"
option = {
name = "EVTOPTA8000" # Rome will crumble in fear!
98 = {
militia = THIS
militia = THIS
militia = THIS
militia = THIS
militia = THIS
militia = THIS
militia = THIS
heavy_infantry = THIS
heavy_infantry = THIS
heavy_infantry = THIS
heavy_infantry = THIS
archers = THIS
archers = THIS
archers = THIS
archers = THIS
cavalry = THIS
cavalry = THIS
warelephant = THIS
}
}
}
98 is the number for the province of Tarentum, where i want the army to spawn. Since the event fires correctly i believe it has something to do with the 98 =... or the.csv files... (they keep messing with me - i read guides and follow them to the letter but they still mess up, countries get weird names etc.).
Any thoughts concerning what could cause the crash?
Thanks in advance.
First off, the event is labled "Boundary dispute", and the only option i get is "press the issue". The option itself displays the units i want to 'spawn' for Epirus, but it says they will spawn in PROV0. When i click the option, the event backfires and the game crashes. I have no idea what in my trigger causes it, but then i so far only learn as i go. Anyway, here's the trigger:
country_event = {
id = 8000
trigger = {
tag = EPI
year = 474
}
mean_time_to_happen = {
months = 1
}
title = "EVTNAME8000"
desc = "EVTDESC8000"
option = {
name = "EVTOPTA8000" # Rome will crumble in fear!
98 = {
militia = THIS
militia = THIS
militia = THIS
militia = THIS
militia = THIS
militia = THIS
militia = THIS
heavy_infantry = THIS
heavy_infantry = THIS
heavy_infantry = THIS
heavy_infantry = THIS
archers = THIS
archers = THIS
archers = THIS
archers = THIS
cavalry = THIS
cavalry = THIS
warelephant = THIS
}
}
}
98 is the number for the province of Tarentum, where i want the army to spawn. Since the event fires correctly i believe it has something to do with the 98 =... or the.csv files... (they keep messing with me - i read guides and follow them to the letter but they still mess up, countries get weird names etc.).
Any thoughts concerning what could cause the crash?
Thanks in advance.