
Hi all, I was partaking in a Pathfinder session on Roll20 the other day, and we have a couple of players with Companions (like wolves, stags etc). Some of the players were getting a bit frustrated with having to keep moving their character and then moving the companion whilst out of combat. The DM was also not particularly keen on having to move them around for them, either. So I've put together a simple script that allows multiple players to have companions assigned to them, and these companions will then follow the characters around (behind them). This can be toggled on and off by the character so the companion will stop following if told to. I've put the script on GitHub here and was hoping that some of you could give it a test for me and give me a bit of feedback before I consider continuing to improve it and make it public! The setup is as follows: Script characterList array is an array of arrays. Enter a new array as follows: ["Character Name", "Companion Name", Squares (integer), Following (true/false)] Don't forget to comma separate these after the closing square bracket, unless it's the last in the list! Character Name - The name of the character Companion Name - The name of the Companion (this must be a token for this to work, currently!) Squares - How many squares behind the character the companion will follow Following - Whether the companion will be following automatically when the scene loads Commands Players can toggle their companion following on or off by using the following commands: !follow - Will start to follow on the character's next movement !unfollow - Will no longer follow when the character moves At this point, the players can only successfully use these commands when they are talking in the chat as the character (the drop-down at the bottom of the chat) Please let me know if this script is at all useful for anyone! And if anyone has any ideas on how to improve it, please feel free to share! Thanks alot! Jamie