Originally posted by AGRICOLA
Jeez, if that is true, in Fortress Europe I've been wasting my time at the start of the scen by ordering crews to scuttle any Allied Freighters on the high seas in order to avoid the following event:
@IF
UNITKILLED
unit=Freighter
attacker=ANYBODY
defender=Allies
@THEN
TEXT
Vital cargo sinks below the icy waves of the Atlantic
costing the allies 150 gold.
ENDTEXT
CHANGEMONEY
receiver=Allies
amount=-150
@ENDIF
To test whether the negative CHANGEMONEY works, I started the scen, moved and changed nothing during the Allied turn and ended the turn. At this point the Allies had 1955 gold and a deficit of 103 gold per turn so one would expect them to have 1852 gold in the treasury at the start of their next turn.
As expected, some keen-eyed U-boat skipper spotted one of the Freighters and deep-sixed it. Nothing changed at the time of the sinking but, at the start of the next Allied turn, the treasury had only 1702 gold.
1852 - 1702 = 150, the exact value of the freight sunk by the dastardly U-boat.
Jeez, if that is true, in Fortress Europe I've been wasting my time at the start of the scen by ordering crews to scuttle any Allied Freighters on the high seas in order to avoid the following event:
@IF
UNITKILLED
unit=Freighter
attacker=ANYBODY
defender=Allies
@THEN
TEXT
Vital cargo sinks below the icy waves of the Atlantic
costing the allies 150 gold.
ENDTEXT
CHANGEMONEY
receiver=Allies
amount=-150
@ENDIF
To test whether the negative CHANGEMONEY works, I started the scen, moved and changed nothing during the Allied turn and ended the turn. At this point the Allies had 1955 gold and a deficit of 103 gold per turn so one would expect them to have 1852 gold in the treasury at the start of their next turn.
As expected, some keen-eyed U-boat skipper spotted one of the Freighters and deep-sixed it. Nothing changed at the time of the sinking but, at the start of the next Allied turn, the treasury had only 1702 gold.
1852 - 1702 = 150, the exact value of the freight sunk by the dastardly U-boat.
Comment