In this attempt it didn't crash, but it gave me these errors
Traceback (most recent call last):
File "BugGameUtils", line 340, in callHandler
TypeError: doHolyCity() takes exactly 1 argument (0 given)
the error may depend on the fact that it is now just (arglist) while the original is (self, arglist)?
Traceback (most recent call last):
File "BugGameUtils", line 340, in callHandler
TypeError: doHolyCity() takes exactly 1 argument (0 given)
the error may depend on the fact that it is now just (arglist) while the original is (self, arglist)?
Attachments
Last edited: