Condition based on player's income
-
Is there a way to check for a player's income and then fire a trigger if that income reaches a certain value? In my game, I would like to have nations surrender once their income value drops below a critical point. I have a trigger to deal with the surrender but I couldn't find a way to check a player's income. Any ideas?
-
No, there is no way to check income. You could check on the number of territories.
Cheers...
-
Thanks for your answer. That's unfortunate to hear. I have a LOT of territories in my game so keeping track of how many territories have been lost will be very hard for the players to manage. An income level would be much easier because it is directly displayed in the "Players" tab.