I've got token-mod macros to adjust token vision for pretty much any situation, but I'd like to collapse them into a single macro with a dropdown instead of 6+ individual macros cluttering up my screen. As usual, I can do the simple stuff, but complicated macros are beyond me. Samples: Blind /emas @{selected|token_name} is blinded!
!token-mod {{
--ids @{selected|token_id}
--set
bright_vision|off
night_vision|off
defaulttoken
}} Restore-Vision !token-mod {{
--ids @{selected|token_id}
--set
bright_vision|on
night_vision|off
defaulttoken
}} Restore-DV !token-mod {{ --ids @{selected|token_id} --set bright_vision|on night_vision|on night_vision_distance|60 night_vision_effect|nocturnal defaulttoken }} I have more that handle other vision conditions (torches, lanterns, extinguished light sources, etc.), but if what I'm trying to do is possible, all I need is a pattern I can copy for everything else.