• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

guitonielle

Corporal
13 Badges
May 18, 2020
43
29
  • Warlock 2: The Exiled
  • Warlock 2: Wrath of the Nagas
  • Stellaris
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders II
  • Stellaris: Apocalypse
  • Stellaris: Megacorp
  • Age of Wonders: Planetfall
  • Age of Wonders: Planetfall - Revelations
  • Stellaris: Federations
  • Crusader Kings III
  • Stellaris: Nemesis
When i test mod i want to know which global flags are present at this time, but how to check them?

I know how to check flags of countries, of stars, of fleets, but how to check global flags ?
 
Don't think there is a way to list them all, but you can check individual flags through the console:

Code:
effect if = { limit = { has_global_flag = gray_goo_crisis_set } custom_tooltip = "Yes" } else = { custom_tooltip = No" }

It'll print Yes or No into the console, depending on whether the flag is set or not.