What is happening?

What happened?

What is wrong? What is the level? Can you send the link please? What should have happened?

2 Likes

you are supposed to attack the munchkins before you claim the gems

2 Likes

@Watamelon. Can you please not change the title if it’s not neccesary.

2 Likes

Instead of “What the **** is happening”
Use “What is happening”, it’s simpler, and sounds nice.

You… Do know how dumb that was.
It’s not that bad of a word.

2 Likes

I still think that What is Happening goes better with it. it’s more simple and more clean/nice.

Well, I still think it was unnecessary to change the title making some of the letters censored.
Anyway moving on.

1 Like

Its By Any Other Name

Hmm, strange, I don’t have the fence.

I do see the fence when i open the level, it should be there i believe
Would you post your code Nezy?

# Change the names of variables to make gems appear!
# Change the name of variable "enemy1" to "gemDude1".
self.castHaste(self)
self.moveUp()
self.moveRight(2)
gemdude1 = hero.findNearestEnemy()
self.attack(gemdude1)

# Change the name of variable "enemy2" to "gemDude2".


# Collect the gems after changing the variables.

You need to name enemy2 to gemDude 2, then you can moveUp and moveRight twice. You’re reversing the sequence.

But I killed both ogres, then I moveUp and moveRight

Did you change your code?

Yea I did (20 charssssssssssss)

Here’s my code:

gemdude1 = self.findNearestEnemy()
self.wait(1)
self.attack(gemdude1)
self.castHaste(self)
self.moveUp()
self.moveRight(2)

you’re supposed to kill both enemys and then collect the gems

3 Likes

I used these gear:

1 Like