About Store Forum Documentation Contact



Post Reply 
Player path and moveto
Author Message
ronghester Offline
Member

Post: #1
Player path and moveto
Hi,

I am trying to store points into the character path vector array and then trying to move the character on to that path.

What happens is as soon as I move the character to the first point the path vector is getting reset (means getting empty). I can solve this my separately storing the points but really wondering is it a bug or there is any alternate method to achieve this.

Thanks
12-15-2016 02:54 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #2
RE: Player path and moveto
I dealt somewhat with this in one of my projects I shared not long ago, maybe that will help? smile

http://www.esenthel.com/forum/showthread.php?tid=9147
(This post was last modified: 12-15-2016 03:15 PM by Zervox.)
12-15-2016 03:14 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Player path and moveto
That's on purpose, because there's no need to keep the points in memory which are already traveled through.
12-15-2016 10:15 PM
Find all posts by this user Quote this message in a reply
Post Reply