pls help with copper meadows i really need help. Im starting to get extremely frustrated pls help.
Please post your code.
Please copy and paste your code.
and format it by clicking a button that looks like this</>
ok just came back from run srry
# Collect all the coins in each meadow.
# Use flags to move between meadows.
# Press Submit when you are ready to place flags.
while True:
flag = hero.findFlag()
if flag:
pass # `pass` is a placeholder, it has no effect.
# Pick up the flag.
hero.pickUpFlag(flag)
else:
# Automatically move to the nearest item you see.
item = hero.findNearestItem()
if item:
position = item.pos
x = position.x
y = position.y
hero.moveXY(x, y)
Theres nothing wrong with your code, you have to press submit then place flags.
oh. ok. thx so much eric_tang