Please tell me 1939 events scripts USSR moves factories.Bug?
Posted: Sun Nov 24, 2019 1:38 am
I check events scripts.
//USSR moves factories
$GiveResource
if_Date=8/1/1941
xyControl=206,59,Allies
actionCountry=4
lifespan=once
xyArea=206,59,28
addReportTo=Allies
text=Soviet rails factories away from key industrial areas reducing production by 5.
$End
I changed it as follows.
if_Date=10/1/1939
Script didnt work.
Again I changed as follows.
if_Date=10/1/1939
lifespan=tillTrigger
Script worked.
Is lifespan=once a bug?
There is another script.(USSR moves factories)
//USSR moves factories
$GiveResource
if_Date=9/1/1941
xyControl=233,73,Allies
actionCountry=4
lifespan=once
xyArea=187,77,28
addReportTo=Allies
text=Soviet rails factories away from key industrial areas reducing production by 5.
$End
//USSR moves factories
$GiveResource
if_Date=8/1/1941
xyControl=206,59,Allies
actionCountry=4
lifespan=once
xyArea=206,59,28
addReportTo=Allies
text=Soviet rails factories away from key industrial areas reducing production by 5.
$End
I changed it as follows.
if_Date=10/1/1939
Script didnt work.
Again I changed as follows.
if_Date=10/1/1939
lifespan=tillTrigger
Script worked.
Is lifespan=once a bug?
There is another script.(USSR moves factories)
//USSR moves factories
$GiveResource
if_Date=9/1/1941
xyControl=233,73,Allies
actionCountry=4
lifespan=once
xyArea=187,77,28
addReportTo=Allies
text=Soviet rails factories away from key industrial areas reducing production by 5.
$End