Recent content by rnitni

  1. R

    TGA's Python Tutorial

    Thanks a lot!
  2. R

    TGA's Python Tutorial

    A great tutorial! But I have a question: As I enter a code like this if attacker.hasTrait(1): #Trait Agressive attacker.changeGold(2) (attacker is a PyPlayer instance) in CvEventManager.py, I get an Error, when the event occcurs: "an instance of PyPlayer has no Attribute "hasTrait"...
Back
Top Bottom