• 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(112922)

Corporal
Aug 31, 2008
47
0
I have the following event and it doesn't trigger. I've only tested it up to OCT 1936. I have triggered it using the F12 console and EVENT 1502 and it worked properly. I'm sure there's something obvious that I'm missing but I'm not sure what.

# Unlock Spearhead Doctrine
event = {
id = 1502
country = SOV

trigger = {
NOT = {
is_tech_active = 6220 #Spearhead Doctrine
}
}

name = "Spearhead Doctrine"
desc = "We've unlocked Spearhead Doctrine!"
picture = "scientist"
style = 0


action_a = {
name = "OK" # OK
command = { type = activate which = 6220 }#Spearhead Doctrine
}
}