I'm familiar with the handy get_counters function but it explicitly ignores the counters I'm looking for. How do I get the war item counters?
string get_counters(string label, int minTurns, int maxTurns)
label: counter to test for. An empty string will match any counter that takes an action. In other words, "" will match everything except for communications Windchimes, PADL Phone or a user created non-action counter.
string get_counters(string label, int minTurns, int maxTurns)
label: counter to test for. An empty string will match any counter that takes an action. In other words, "" will match everything except for communications Windchimes, PADL Phone or a user created non-action counter.