Having trouble on the final kithmaze on kithgard dungeon

Despite using findNearestEnemy the game doesn’t detect the ogre, thus making it imposible to attack

You need to add a () to the end of the variable enemy. So in this case, instead of enemy=hero.findNearestEnemy, you will use enemy=hero.findNearestEnemy(). Notice that I added a () to it, because findNearestEnemy() is a function(You’ll understand what they are in the Forest levels).
Cheers,
@Chaboi_3000

3 Likes

Congrats on finishing

Sorry Deadpool I forgot :grimacing: to look at the date of the topic