I have several instances and every one have different numerical variable.
I want to use pathfinding to move "playersprite" to instance with number, that i choose. How to do this?
Can't use "condition" for this - i need something like this:
object | is arrrived --- Find Path to (object. X, Object.Y) with var = 0
Develop games in your browser. Powerful, performant & highly capable.
You mean something like this?
player on pathfinding arrived
system pick object where variable = 0
player find path to object.x,object.y