
on larger RPG table setups, it can be tough to see the player and npc minis, it would be helpful to have a way to make them always highlight (as if selected, but maybe a different color) as a toggle or something.

Not an official solution, but here’s a mod that does this… you can add the Highlighter button to your saved objects and then drop it in whenever you want it. But yes, an in-game method is always nice.
https://steamcommunity.com/sharedfiles/filedetails/?id=1161734455

Yes I think this should be a scripting solution. It’s very easy to script. It’s literally just this on any object you want permanently highlighted:
function onLoad()
self.highlightOn("Red")
endIf you want to be more dynamic then make a tool for it, or ask someone to.

That worked perfectly, Thanks!
