Event message shown twice
Posted: Sat Feb 29, 2020 10:38 am
I am tinkering with custom events. I made this:
//Turkey joins axis for testing purposes
$ChangeEntry
if_Date=9/1/1939
if_Country=53
if_Alliance=Neutral
lifespan=tillTrigger
entryShift=-200
actionCountry=6
targetCountry=53
addReportTo=All
text=Turkey joins the Axis
$End
It works like a charm, however the message is shown twice (this is in the Allied turn):

And this is in the German turn:

Why is that? Bug or is my event no good?
//Turkey joins axis for testing purposes
$ChangeEntry
if_Date=9/1/1939
if_Country=53
if_Alliance=Neutral
lifespan=tillTrigger
entryShift=-200
actionCountry=6
targetCountry=53
addReportTo=All
text=Turkey joins the Axis
$End
It works like a charm, however the message is shown twice (this is in the Allied turn):

And this is in the German turn:

Why is that? Bug or is my event no good?