jkp1187
Unindicted Co-Conspirator
Trying to use this (and its companion, changeWarWeariness) in an event centered on war protests. Problem is, when I tried to trigger the event, I received this error message:
Huh? I got 'getWarWeariness' from the API -- has this command not been exposed to Python anyway?
Code:
Traceback (most recent call last):
File "CvRandomEventInterface", line 6087, in canTriggerGivePeaceAChance
AttributeError
:
'CyPlayer' object has no attribute 'getWarWeariness'
Huh? I got 'getWarWeariness' from the API -- has this command not been exposed to Python anyway?