Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Waypoint Patrol

Hi there, I'm currently using the Waypoint Patrol script. When doing so, the movement of a token is shown to everybody and it's kind of a problem. Let me show you : This is what a players sees. It's problematic because even if they don't see the ennemy token, they know something is following a path. Is there any manipulation or thing I can do to make the movement arrows disappear and keep the token moving on patrol? Thanks a lot, G
Putting this subjet back up again.  Does anybody have any idea how to modify this?
1592187116
The Aaron
Roll20 Production Team
API Scripter
If you don't set the lastmove it shouldn't show the path.
The Aaron said: If you don't set the lastmove it shouldn't show the path. Do you mean I should tweak the "WPP.RetainLastMove" options in the script for this?
1592188176
The Aaron
Roll20 Production Team
API Scripter
I couldn't say for sure without looking at the code, but that sounds reasonable. 
This is the complete code : <a href="https://pastebin.com/z0j4vWRZ" rel="nofollow">https://pastebin.com/z0j4vWRZ</a> I'll try to alter the code but I really don't now this language though. Note: Only putting&nbsp; WPP.RetainLastMove = false; seems to work!? Don't know if it will cause problems though.
1592189353
The Aaron
Roll20 Production Team
API Scripter
Woot! &nbsp;Should be fine. =D
1592577344
Gold
Forum Champion
Thank you for posting your solution, G. I will probably add that line also