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
}
}
# 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
}
}