Dueling grounds battle me and strats

Decoys are annoying
i cant use my strat with enemy decoys

3 Likes

That’s the point :stuck_out_tongue_winking_eye:

But i cant find you in the ladder?
propably cuz you have loses

3 Likes

I’m in 184 lol

1 Like

:smiley: link thingy

1 Like

Beat ya with full health :grin:

1 Like

There is a way to find the enemy hero even if there are enemy decoys.

2 Likes

like this?

enemy = hero.findNearest([e for e in hero.findEnemies() if e.id is "Hero Placeholder 1"])
3 Likes

Yes. (20 characters)

3 Likes

Well you’ll still attack decoys

3 Likes

Hey i beat ya

3 Likes

Better way:

enemy = hero.findNearest([e for e in hero.findEnemies() if "Hero Placeholder" in e.id])

but in sometimes doesn’t work on CodeCombat since it uses different Python

1 Like

thanks moonwatcher20chars

3 Likes

Hey luke, wanna play?

2 Likes

dima and i had tie
image

3 Likes

I can’t seem to find your blue player on the ladder

1 Like

sorry because i rank my game again:

2 Likes

That’s new

Ha, ha, beat ya

2 Likes

huh it was an error in my bear trap code for warriors. It’s fixed now.