Stuck on Penders Trial

I passed the level at first, but its didn’t submit and now Im stuck n the last boss, help please?

Your code worked fine for me, but that may just be a seed thing.
if hero.gold >= 60:
Soldiers cost 20 gold, but archers cost 25, so if you want to summon two soldiers and an archer, you need 65 gold, not 60.
You can also use the % function as it is used in the level Mixed Unit Tactics to alternate between the units you want to summon from an array. For example: [“soldier”, “soldier”, “archer”]
Also please change the topic type to “level help”

Ok so al I did to solve it was put in

else:
hero.command(archer, “move”, Vector(25, 21))

at the end of command archers