• 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.

Steppen

Second Lieutenant
2 Badges
Mar 23, 2008
177
2
  • Darkest Hour
  • 500k Club
At the beginning of the loading scenario screen, this error comes out:



I really don't know where the problem is, since it seems identical to the other events I made.

#############################################
###### Partito Comunista d'Italia
#############################################
event = {
id = 13300631
random = no
country = ITA
trigger = {
atwar = No
government = democratic

}

name = "EVT_13300631_NAME"
desc = "EVT_13300631_DESC"
style = 0

date = { day = 21 month = january year = 1921 }

action_a = {
name = "ACTIONNAME13300631A"
command = { type = dissent value = 2 }
}

}

Line 781 is "event = {"

Any modder could help me?
 

Steppen

Second Lieutenant
2 Badges
Mar 23, 2008
177
2
  • Darkest Hour
  • 500k Club
I'm almost sure it's not a typo...and I made all the possible changes, but it still doesn't work =(
 

Steppen

Second Lieutenant
2 Badges
Mar 23, 2008
177
2
  • Darkest Hour
  • 500k Club
this is the previous:

#############################################
###### CGL agreed to Giolitti's proposal
#############################################
event = {
id = 13300633
random = no
country = ITA
trigger = {
event = 13300628

}

name = "EVT_13300630_NAME"
desc = "EVT_13300630_DESC"
style = 0


action_a = {
name = "ACTIONNAME13300630A"
command = { type = dissent value = 1 }
command = { type = peacetime_ic_mod value = -2 }
command = { type = sleepevent which = 13300629 }
command = { type = belligerence which = -2
}

}

And the next:

#############################################
###### Palazzo D'Accursio's events
#############################################
event = {
id = 13300632
random = no
country = ITA
trigger = {
atwar = No
government = democratic

}

name = "EVT_13300632_NAME"
desc = "EVT_13300632_DESC"
style = 0

date = { day = 21 month = november year = 1920 }

action_a = {
name = "ACTIONNAME13300632A"
command = { type = revolt which = 411 }
command = { type = dissent value = 3 }
}

}