• 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.

sergeant113

Second Lieutenant
3 Badges
Jul 21, 2011
197
0
  • Crusader Kings II
  • Europa Universalis IV
  • 500k Club
I was wondering if we can have a branching building tree. By that, I mean constructing 1 building prevents you from constructing another building. Is there a tag that makes 2 building mutually exclusive?

Thanks
 
I was wondering if we can have a branching building tree. By that, I mean constructing 1 building prevents you from constructing another building. Is there a tag that makes 2 building mutually exclusive?

Thanks

Not sure what the exact syntax would be, but you'd basically put something in the requirements of the building such as
NOT = { building_type = { example_1 } }
into each of them, referring to the other.

Or something like that