Hi; Have anyone ever made a command to add passive perception to the commands for Groupcheck? (I am using the 5ed OGL sheet) I tried to play with the information on the API page but I am not a computer wizard :( I came to this script but it breaks the api and all stops working. !group-check-config --add { “PassivePerception” : { "name" : “Passive Perception Test", "formula" : “[[10+%npc_perception]]"}} And the second syntax give me the error "Error reading input." do not include the check but not crashes: !group-check-config --add { “PassivePerception” : { "name" : “Passive Perception Test", "formula" : “%npc_passiveperceptionbase%”}} Any help is welcome! Thx