[CF 1484] Autofollow Icon
tmw-issue-import opened this issue ยท 1 comments
I think it would be awesome to have a condition for when auto follow is enabled to make a larger icon, as the text can at times be difficult to read.
It seems there are events for starting and stopping auto follow and I tried to play around with lua scripts but I am waaaaay out out of my element there.
Posted by CurseForge user griot123 | Imported from CurseForge issue #1484 | Raw
Probably not something I'd consider adding to TMW, but you can always increase the size of the auto follow text. Put the following into a Lua Snippet (in TMW's general options, and probably as a global snippet), and set it to auto-run on login.
AutoFollowStatus:SetScale(2)
Change the number as desired. You could also use an addon like MoveAnything to do the same thing.
Edited May 27, 2018
Posted by CurseForge user Cybeloras