Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

how to predefine a group of tokens for group-check?

1609611947

Edited 1609612060
Hi everyone and a happy new year! Is there a way to predefine a fixed group of tokens? I think it should work with the IDS part of group-check, but I don't get it to work! I've tried it that way: !group-check {{ --whisper --Perception --ids (M8MNELqclIYKSaibsXc,M6KsDaWui724Tms7C51) --subheader gg. SG ?{SG} }} Any hints how to do it? thx!
1609639971
The Aaron
Roll20 Production Team
API Scripter
IDs usually begin with a - like: -JkfT24glT04 You can get a token's id with: /w gm Token ID: @{target|token_id} then just pass those to the command's --ids parameter: !group-check {{ --whisper  --Perception --ids -JkfT24glT04 -Jkfgh08tzr -Jkggh5hf6f --subheader gg. SG ?{SG} }}
Thanks @The Aaron. That was helpful.
The Aaron said: IDs usually begin with a - like: -JkfT24glT04 You can get a token's id with: /w gm Token ID: @{target|token_id} then just pass those to the command's --ids parameter: !group-check {{ --whisper  --Perception --ids -JkfT24glT04 -Jkfgh08tzr -Jkggh5hf6f --subheader gg. SG ?{SG} }} One more question if you don't mind. Is it possible to use the character names instead of the IDs?