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

LlywelynII

Field Marshal
11 Badges
Oct 8, 2002
4.362
77
Visit site
  • Crusader Kings II
  • Deus Vult
  • Europa Universalis III Complete
  • Divine Wind
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Victoria: Revolutions
  • Victoria 2
  • 500k Club
It would be tedious, but would it be possible to create an event testing to see if all remaining states are vassals of the players? and if so, to display a message to the effect that one is master of the universe?

Sure, it's not quite as good as the Chief Scientist, but who else can be?

jay.
 
How would you propose to do it?

I suppose for every single tag you could have a
Code:
[COLOR=skyblue]
OR= {
  NOT = { exists= AAA }
  vassal   = { country =-1 country = AAA }
}
[/COLOR]
trigger, but you still have to work out how to handle your own tag, as it will never meet either of these conditions. But then maybe you just want to write an event like this for every tag in the game?

I'm afraid I really don't understand.
 
Well that would be ideal if it were

{country = AAA ai = no }

but that isn't how it works is it?
 
Yeah, I don't see how not to just make one for every tag in the game, but I was hoping someone would either explain why it wouldn't work or how it could be done more elegantly.


jay.