Hello, I'm just trying to make some pathfinding system, and I've got a problem!
This is my function called "findpath". It does some actions and checkes if current array slot is finish point ( = "F" ). If its not ("ELSE"), then function must call itself and do this actions again and again, until it will get to the finish (there is always 100% way to reach finish point).
But Im keep getting this error:
Here is the line:
Please, help!