This is the code i need you guys to help me debug:
hero.findActiveAnomalies()
numberX = int("endX")
numberY = int("endY")
hero.special("teleport", numberX, numberY)
The error is in the fourth line of the code, I need the x and y coordinate to be numbers. I don’t know how to put a number. I can only put a variable in the x and y coordinates. The first line of the code returns this array:
This is what comes up as the error:
Can You guys help me!
Kind Regards