
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 can select a target with this, but it doesn't set Night Vision on for that token.
Thanks for the help team!