trolleleet1
New Member
- Joined
- Nov 17, 2012
- Messages
- 6
- Reaction score
- 0
When there is no pathprecision, I think the default is 0 (or 1), so the bot will go to the exact point. This is usefull in hard turns, stairs or narrow paths. When you have a wider path, you can make use of pathprecision > 1. I don't know this 100% sure, but I think pathprecision is the radius around a point in which the bot will flag as done the moveto tag, so if we have a point like x=10, y=10, z=10 and a pathprecision=10, it should be able to clear the point either if its on x=0,y=0,z=0 or z=20,y=20,z=20 and the points in between.
Thanks, that explains it clearly :-D