jkp1187
Unindicted Co-Conspirator
I want to do a check to see if the Space Race victory condition has been enabled from the Custom Game menu. Are these considered game options?
In other words, could I just do a check like this?
Thanks.
In other words, could I just do a check like this?
Code:
if gc.getGame().isOption(GameOptionTypes.VICTORY_SPACE_RACE):
return True
Thanks.