Hello Community, I've been trying to play with a way to set vision for something such as DND Twilight Cleric's Eyes of Night feature, granting Night Vision to a targeted token, ideally through something like a Token Macro my player can click and use - is this even possible? I've toyed with the following: !token-mod {{
--set
@{target|token_id}
has_night_vision#on
night_vision_distance|300
night_vision_effect|nocturnal
defaulttoken
}}
I'm sure there's something I'm missing, but my code understanding is pretty basic, so I can't parse out what's wrong. I can select a target with this, but it doesn't set Night Vision on for that token. Thanks for the help team!