"The Great Yak Stampede"

Can you believe they actually expect us to be able to do this?
They literally put fire-traps everywhere.

You realize you don’t have to go through the fire traps.

So what are you supposed to do?

You can go around. If you notice, there are houses, followed by a fence. You can go through these houses and around the fence to the outside.

OK, I did that, but it thinks I didn’t build a fence to block the yaks (and I totally did!). Here’s my code:

# Save the village by blocking the path of the incoming sand yak herd.
# Move closer to the red X.
self.moveXY(67, 17)
self.moveXY(57, 10)
self.moveXY(49, 24)
self.moveXY(23, 28)
self.moveXY(34, 52)
# Build a fence.
self.buildXY("fence", 35, 53)
self.buildXY("fence", 35, 57)
self.moveXY(14, 37)
self.moveXY(23, 28)
self.moveXY(49, 24)
self.buildXY("fence", 41, 28)
self.buildXY("fence", 41, 22)
self.moveXY(57, 10)
self.moveXY(67, 17)
self.moveXY(70, 31)

You need to build just one fence exactly on the cross.

THANK YOU BEYOND WORDS

Also, what does “Body is invalid; try to be a little more descriptive” mean?

Where did you see this?

You mean “Body is invalid; try to be a little more descriptive”? That popped up while I was typing “THANK YOU BEYOND WORDS”.

Also, now I’m doing “Keeping Time” and the hero just dies. You’re probably gonna ask, but I have 589 health. I’ll just go buy more armor.

Now I just did Keeping Time! Not only did I get more health, but I programmed it so that if my health gets too low, I retreat.