ohhhh that one. You only get that score once.
What do you mean. I beat all of the CPU’s and still haven’t gotten the achievements
oh, you mean the CPU? yah, me too.
Yea (20)
Also it gives me errors for commanding skeletons. (I have the tomb ring equipped)
can you show the code of what you’re commanding them to do ?
Ok sure
if friend:
for friend in friends:
if friend.team== "ogre" and friend.type is "griffin-rider" or friend.type is "skeleton":
target = friend.findNearest(friend.findEnemies())
if target:
self.command(friend, "defend", self)
why do you use is
?use =
instead.
ok i will try (20 cha)
Still gives me an error saying “team ogres cant command team humans”
oh, that error? That happens all the time for me to, and I can’t find the solution.
I found the way to not get the error, hehehehe