[SOLVED] Can not pass True Names

Hello, I feel a little uncomfortable being stuck almost at the beginning. I’ve just started learning coding from zero and this level is not working for me. I’ve checked the script and it’s exactly like I’ve found online. But my hero is stuck right at the exit and is getting killed. She has a jacket, sword and gloves. Here is my code.

hero.moveRight()
hero.attack(“Brak”)
hero.attack(“Brak”)
hero.moveRight()
hero.attack(“Treg”)
hero.attack(“Treg”)
hero.moveRight(2)

your code is correct. Are both Brak and Treg being killed? Try equipping a shield for protection.

they were not being killed, thought i hit them twice. But after I changed my character it worked. Don’t know why but did. Thank you!