Well, I fixed the earlier problem, but now a new one has arisen. The code doesn't do anything. I have it written exactly as it should, and I don't get any interface errors.
def cannotDoCivic(self,argsList):
ePlayer = argsList[0]
eCivic = argsList[1]
if eCivic ==...