I have problems making triggered events work.
Ihave written a doomsday event that makes turns the HAB into the HEI (an iffy event based on the very historical possibility of a successful Imperial reform around 1520).
The HEI event works.
The event type needed to enforce the Eternal Peace (revocation of fief in case of a DoW) does not. In this case Brandenburg eschaest to the emperor for making war on Pommern.
It looks like this:
Is the syntax formally correct. I keep getting error messages about unknown lhs (} ?) in
comman = lines.
I have place the event in the HAB event file. Should it be placed in the HEI ? I get the error messages from the HAB file.
PS: Never through I would go intro programming when I skipped the Fortran-course back in 1975.
Ihave written a doomsday event that makes turns the HAB into the HEI (an iffy event based on the very historical possibility of a successful Imperial reform around 1520).
The HEI event works.
The event type needed to enforce the Eternal Peace (revocation of fief in case of a DoW) does not. In this case Brandenburg eschaest to the emperor for making war on Pommern.
It looks like this:
Code:
event = {
id = 20001
trigger = {
event = 20000
AND = {
war = { country = BRA country = POM }
}
random = no
country = HEI
name = "Revocation of fief"
desc = "The margrave of Brandenburg has escheated his fief
style = 1
date = 1419
deathdate = 1820
action_a = { #OK "Ban the warmonger
command = { type = inherit which = BRA }
}
}
}
comman = lines.
I have place the event in the HAB event file. Should it be placed in the HEI ? I get the error messages from the HAB file.
PS: Never through I would go intro programming when I skipped the Fortran-course back in 1975.
Last edited: