Astor
Knight at Arms

Hi. I'm currently in the process of disabling all the towns, villages and castles that I won't be using in my mod, but when I got to compile I get this error -
File "process_parties.py", line 69, in <module>
save_parties<parties>
File "process_parties.py!, line 42, in save_parties
file.write("%d %d "%(ai_behaviour_object,ai_behaviour_object,))
TypeError: %d format: a number is required, not tuple.
Can anyone help me understand where i'm going wrong?
Cheers, Astor.
File "process_parties.py", line 69, in <module>
save_parties<parties>
File "process_parties.py!, line 42, in save_parties
file.write("%d %d "%(ai_behaviour_object,ai_behaviour_object,))
TypeError: %d format: a number is required, not tuple.
Can anyone help me understand where i'm going wrong?
Cheers, Astor.