How to randomly place monsters

I see that some of the top ten people have it to where it sees what the other team is doing and they have a code to counter basically everything I was just wondering what the code was to get these specific codes per monster.

I am a new coder and am not familiar with the complicated code because my school account is the one I play on so I can go play any levels also I am waiting till Christmas to ask for the pass to play the levels I’ve done the free levels with ease I just want some pointers a less complicated way.

Which arena? :] (20 chars is also curious)

1 Like

desert Duel (20 chars)

One way would be:

for monster in hero.findTheirMonsters:
    if monster.type == "threat":
        hero.summon("threat")
2 Likes

yes (20 chars agrees) :slight_smile: