I've come to another wall in my MMF project and I'm not even sure if there's a solution to this one as I wouldn't know where to begin.
My game contains a map which the player can view. I'd like for the player to be able to click two points on the map and a path to be drawn between them. Ideally, I would like a way of measuring the length of this path also.
Here is an example of what I'd like the player to achieve (red crosses mark points selected by the player):
Please login to see this attachment.Please login to see this attachment.
Unfortunately, I have to add that I'm unable to use third party extensions within my project.
Any pointers in the right direction would be greatly appreciated. If this is incredibly complex to implement then I may decide to just take the feature out of my game.
Thanks in advance!