K, here's my event. The problem is that, I can't write an event in event_text in the Config folder without is screwing up somehow. The game displayed "UNKNOWN STRING WANTED" or just "EVT_8000000_NAME" instead of the actual thing. Problem is, one of these things, a seemingly random one, works, usually the EVT_8000000_ACTIONA one.
So, these descriptions and such won't show up.
#Foundation of the Gestapo
event = {
id = 8000000
random = no
country = GER
trigger = { ai = no }
date = { day = 6 month = march year = 1933 }
name = "EVT_8000000_NAME"
desc = "EVT_8000000_DESC"
style = 2
picture = "Wehrmacht"
action = {
name = "EVT_8000000_ACTIONA"
command = { type = dissent value = 1 } # -1
}
action = {
name = "EVT_8000000_ACTIONB"
command = { type = dissent value = 1 } # -1
}
}
So, these descriptions and such won't show up.
#Foundation of the Gestapo
event = {
id = 8000000
random = no
country = GER
trigger = { ai = no }
date = { day = 6 month = march year = 1933 }
name = "EVT_8000000_NAME"
desc = "EVT_8000000_DESC"
style = 2
picture = "Wehrmacht"
action = {
name = "EVT_8000000_ACTIONA"
command = { type = dissent value = 1 } # -1
}
action = {
name = "EVT_8000000_ACTIONB"
command = { type = dissent value = 1 } # -1
}
}