Please tell me 1939 events scripts USSR is ready for war.
Posted: Sun Nov 24, 2019 1:50 am
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?
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?