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 to look at the date of the topic