OrionVeteran
Deity
Hopefully this is an easy one. I want to do a python check to see if a specific victory condition option has been set to True. Now I know how to do a check for a game option. For example, if I wanted to check for the game option "Choose Religions":
My question is: How can I do a check for a victory condition option like Domination, Cultural or Religious? The Religious option is the one I really want.
Respectfully,
Orion Veteran
Code:
if CyGame().isOption(GameOptionTypes.GAMEOPTION_PICK_RELIGION):
My question is: How can I do a check for a victory condition option like Domination, Cultural or Religious? The Religious option is the one I really want.
Respectfully,
Orion Veteran