{SOLVED} Prime pathing help

it is so hard this my code
hero.summon(“soldier”)
hero.command(soldier, “move”, “fire-trap”)

2 Likes

What are you trying to do? The second expression doesn’t have any meaning.

2 Likes

i am trying to get pass the fire and bear traps in the kelvintaph glaciers

2 Likes

Ok. It’s weird. Let’s look at the second line: hero.command(soldier, "move", "fire-trap")

The first question is what is soldier variable? where did you defined it?
The second: you need some coordinates for “move”. You are using a string (“fire-trap”).

2 Likes

You are not suposed to destroy your sols. Yu must find the duds and YOU should move there

2 Likes

Warning!

This topic has been left untouched for 2 months. Please do not bring up dead topics because they will be unnecessarily pushed to the front page.

3 Likes