Cloudrip Commander Confusion

This is my code so far

while hero.gold > hero.costOf("soldier"):
    hero.summon("soldier")
    
soldiers = hero.findFriends()
soldierIndex = 0
while True:
    soldier = soldiers[soldierIndex]
    hero.command(soldier, "move", {"x": 50, "y": 40})
    soldierIndex += 1

while True:
    hero.findNearestEnemy()
    hero.attack(enemy)

if you have any tips for me that would be welcome. :grinning_face_with_smiling_eyes:

Ok so there is no enemies. I will change that.

while hero.gold > hero.costOf("soldier"):
    hero.summon("soldier")
    
soldiers = hero.findFriends()
soldierIndex = 0
while True:
    soldier = soldiers[soldierIndex]
    hero.command(soldier, "move", {"x": 50, "y": 40})
    soldierIndex += 1

hero.moveXY(50, 40)

hero.command(soldier, "move", {"x": 50, "y": 40})

It says ā€œneeds something to commandā€ even though it is commanding the soldiers?
@enPointe77

please help @moonwatcher348

Just move the to red x so move 50 40 then you summon simple hahahaha

Oh. you move first? I did not know that.

btw this is a tips 20 charss

just do that first that you just need to summon no need to command

Ha. it worked. Thats kinda funny.

lol if you use pender then caste haste then move to the X mark youll be like top 10 fastest in the leader board

I over complicate things. lol.

Sorry. I’ve been away from home. I couldn’t get back.