
I have a PC who doesn't have dark vision, but he does have an item that he can use to cast light in a 30ft radius. I can get the TokenMod commands to turn it off or on, and I have those set up as abilities. I'd really like to have a query so the player can hit a token button and be presented with a "turn the lights on or off" drop-down, but I can't seem to get that to work. I know it's something simple, and I've looked at the wiki and ended up more confused. Here's what works: Turn The Lights On
!token-mod {{ --on has_bright_light_vision emits_bright_light has_night_vision --set bright_light_distance|30 night_vision_effect|nocturnal night_vision_distance|2
}}
Turn The Lights Off
!token-mod {{ --on has_bright_light_vision has_night_vision --off emits_bright_light --set night_vision_effect|nocturnal night_vision_distance|2 }} Here's what I'm hoping to have: ?{Light|On, %{Light-ON}|Off, %{Light-OFF}} I know one or more of you geniuses can set me straight here.