Hi, i'm trying to get a pathfinding sprite to "return" back to its base (another sprite). I want the pathfinding sprite to go to 1 of 4 locations on the base sprite, mapped using image points.
My only problem is I don't know the language for the action- it should be something like:
find path to > base.imagepointx(random)
base.imagepointy(random)
I don't know what I'm doing wrong and I've been googling for hours can someone help me?