• 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.
Dec 20, 2003
772
0
Hallo,
i'm so sorry but i've found perhaps another bug... as prussia in GC i have state press as press rights but i've got an event triggered that should only trigger on free press(Press attacks government)!
Look here:
event = {
id = 24021
random = yes
invention = no

picture = campaign

trigger = {
reform = {
type = press_rights
value = free_press
}
}

name = "EVT_24021_NAME"
desc = "EVT_24021_DESC"


action_a = {
name = "ACTIONNAME24021A"
command = { type = prestige value = -10 }
command = { type = pop_consciousness which = communist value = 1 }
command = { type = pop_consciousness which = anarcho_liberal value = 1 }
command = { type = pop_consciousness which = reactionary value = 1 }
}
}
I have definitely state press as press rights!!! :wacko:
Perhaps the trigger don't work... very strange!? :confused:
 
Upvote 0
I think i found the error by myself?!
In the trigger condition value is incorrect and have to change to level!
Like this
trigger = {
reform = {
type = press_rights
level = free_press
}
}


Right?
 
Think so - I'll check the files and log it.
 
Put this thread in evidence, cause it meddles with an important trigger and is uncorrected documented in the eventcommands.txt and in Harvard - Working with Victoria.