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

unmerged(75579)

Corporal
May 3, 2007
26
0
Hi to all. Can anyone tell me what's wrong with this event:

#########################################################################
# Lithuania enters the war
#########################################################################
event = {
id = 950000
random = no
country = LIT

trigger = {
war = { country = GER country = SOV }
}

date = { day = 10 month = january year = 1936 }
deathdate = { day = 30 month = december year = 1963 }

name = "Lithuania will join axis"
desc = "Lithuania will join the war"
style = 0

action_a = {
name = "Will be a great power again!"
ai_chance = 100
command = { type = relation which = GER value = 100 }
command = { type = alliance which = GER }
}
}