There seems to be various ways to check an empire's opinion against a flat number, or compare their relative opinion to another empire.
But what I'm trying to do is something like:
For <x empire>, save <y empire>'s opinion into a variable, say @opinion_of_x_empire
And then check to see if there's any other empire that <y empire> has a higher opinion of.
So if <y empire> has an opinion value of <x empire> of 20, but they like any other empire in the galaxy 50, it would return true.
Is there a way to achieve this?
But what I'm trying to do is something like:
For <x empire>, save <y empire>'s opinion into a variable, say @opinion_of_x_empire
And then check to see if there's any other empire that <y empire> has a higher opinion of.
So if <y empire> has an opinion value of <x empire> of 20, but they like any other empire in the galaxy 50, it would return true.
Is there a way to achieve this?