Hey all, ran my 1st game last weekend on Roll20 and there is a LOT of things I need to pick up on LOL. One question I have. Is there a way to query all the tokens on a page and show which ones have a passive_wisdom stat higher than a set amount? Here is what I am trying to do. I have a script to regenerate hp on characters /w gm &{template:default} {{desc=**Regeneration**
Healed for [[{?{Healed HP|10},@{selected|bar1|max}-@{selected|bar1}}dh1]]
Perception DC=[[ceil(20-20*{?{Healed HP|10},@{selected|bar1|max}-@{selected|bar1}}dh1/@{selected|bar1|max})]]
}}
!token-mod --set bar1_value|+[[{?{Healed HP|10},@{selected|bar1|max}-@{selected|bar1}}dh1]] Part of what it does is calculate how difficult it would be for a PC to passively notice the enemy is healing. What I would like to then list all the tokens on the page that have a Passive Perception of 18 or higher. Is there a script that could do this? Something like: !find-char --<attribute>|<value> Called like this in my example !find-char --passive_wisdom|>=18