Page 1 of 1

Please tell me 1939 events scripts USSR is ready for war.

Posted: Sun Nov 24, 2019 1:50 am
by Isoko
I am checking events scripts.
There are two scripts for Soviet is prepared to go to war.

$ChangeEntry
if_Date=5/1/1942
if_Country=4
if_Alliance=Neutral
targetCountry=4
lifespan=tillTrigger
entryShift=200
addReportTo=All
text=The Politburo of the Soviet Union applauds Stalin's reformation of the army and is prepared to go to war.
$End

//USSR is ready for war
$ChangeEntry
if_Date=5/1/1942
targetCountry=4
lifespan=tillTrigger
entryShift=200
addReportTo=All
text=The USSR's armies have been refitted and reorganized. They are fully prepared for war.
$End

what is the difference between?

RE: Please tell me 1939 events scripts USSR is ready for war.

Posted: Sun Nov 24, 2019 12:41 pm
by AlvaroSousa
I checked all the scenarios and they all have those scripts this way. If you have that it is from maybe an old scenario that the script was wrong. Check the bug logs to see if it was an error.


$ChangeEntry
if_Date=1/1/1942
if_Country=4
if_Alliance=Neutral
targetCountry=4
lifespan=tillTrigger
entryShift=10
addReportTo=All
text=Reformation of the USSR's army is almost complete. War readiness and military production increase.
$End

$ChangeEntry
if_Date=5/1/1942
if_Country=4
if_Alliance=Neutral
targetCountry=4
lifespan=tillTrigger
entryShift=200
addReportTo=All
text=The Politburo of the Soviet Union applauds Stalin's reformation of the army and is prepared to go to war.
$End