A script based on one simple assumption: whenever you move a character, 98% of all the times you also rotate that character to face the direction it is moving. If this is true, get this script and never look back. There is one exception to this rule however, if a token is moved a very short distance, such as a 5 foot step, you may not wish to rotate it, therefore it has a minimum distance required for the script to rotate.

This is an improvement on a previously existing script, as it now make use of the way-point system when setting the rotation, also features better code since I am now a computer scientist and know computer sciency stuffs! The old thread was closed due to inactivity, thus new thread.

https://gist.github.com/anonymous/9012167