I am doing this level and it says there is an error in line 3, though I do not understand how it is incorrect.
Welcome back @Angel_Jr_Lover!
Please format your code.
You’re not suposed to put parathesis
The screen’s too small! I can’t see!
enemy1 = "Kratt"
(def enemy1 "Kratt")
enemy1 := "Kratt"
enemy2 = "Gert"
(def enemy2 "Gert")
enemy2 := "Gert"
enemy3 = "Ursa"
(def enemy3 "Ursa")
enemy3 := "Ursa"
hero.attack(enemy1)
hero.attack(enemy2)
hero.attack(enemy3)
Click the picture.
actually you don’t even need those lines you already defined enemy1 and so on
delete this
and this
and this
Actually he doesen’t even need those lines because he already defined the variables and ''def" is for a function
I deleted exactly what you said but my hero still dies
your supposed to attack each enemy two times
Ok it worked now, thank you