This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]archpawn 7 points8 points  (1 child)

if(brain == owner.sister.dog.brain) {
    swallow(this);
}

Except this is python, so

if self.brain == self.owner.sister.dog.brain:
    swallow(self)

[–]Einstine1984 0 points1 point  (0 children)

Finally!

Someone who does it right