Hey there, new here. actually I've been playing around with construct 2 for something like 2 weeks now but I'm hooked big time.
I have this issue, you see, I want to call a function that picks a random tile object that I have and sends another object (via Pathfinder) to its X, Y. Nothing revolutionary. You see, I want to make the Function keep in mind the context of the instance of the object I want to find a path for (instance of object Pather), but it ignores the Picked Instance Condition (that calls the Function) and juts sends all of the instances of said object down the path. It looks something of the sort:
On Call Function (Wander): Pather: Find path to Tile.X, Tile.Y
Pick Random instance of Tile: Pather: Move along Path
and then I call the function with
Pick Instance by Evaluate *something*: Function (Wander)
but it doesn't pick the instance of the evaluate condition, but instead does the function for all instances of the object (Pather)... A bit of redundancy in my describtion, I apologize but I really want to get the message across. Thanks!