I am stuck at giant shield in kelvintaph glacier

Here is my code:

def CommandPaladin(paladin):
    hero.command(paladin, "move", hero.pos)
paladins = hero.findByType("paladin")
for paladin in paladins:
    if paladin:
        while True:
            hero.moveXY(hero.pos.x + 1, hero.pos.y)
            CommandPaladin(paladin)
            hero.shieldBubble()

I tried but it said my hero don’t have no method of command. How can I fix this ?

You need a boss star (any tier) equipped to be able to command units.

1 Like

plus dont u need boss star 3 to command paladins?

cuz i think in the descr of all boss star it has smth like this:

command(): u can command soldiers and archers
summon() u can summon soldiers

cuz i think the higher star u have the more units u can command