My mod constantly gives errors about my Berlin Wall event. It says "Unknown data defined db/events/NewWall.txt line = 12 data = "name = "Rebuild the Wall?"" or something like that. Here's the event file. It doesn't differ from any of my other events that work fine, though.
I don't think the rest is needed. The game says the problem is on line 12, which is the name part.
Code:
event = {
id = 120
random = no
country = SOV
trigger = {
control = { province = 300 data = SOV } #Berlin owned by the USSR
government = communist #Communists in the government
}
}
name = "Rebuild the Wall?"
desc = "In late 1989, the Berlin Wall, a symbol of communism in Europe, collapsed. It was rumoured to be the end of the USSR and the communism. Well, they were wrong. We must show the Western capitalists that communism is the only acceptable way of life. Should we rebuild the Berlin Wall?"
picture = "berlinwall"
style = 0
date = { day = 1 month = january year = 1990 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 30 month = december year = 9999 }
I don't think the rest is needed. The game says the problem is on line 12, which is the name part.