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

Player permissions for SetChatAttr?

So, the Bless macro I created works for me as the DM.  But when my Cleric player runs it, he gets permissions errors from the !setattr section where the Global Save Bonus and Global Attack Modifier for Bless are toggled on for his 3 target player tokens.  How do I set up permissions so my cleric player can run this without errors?   !token-mod --set statusmarkers|blessed --ids @{target|1|token_id} @{target|2|token_id} @{target|3|token_id} !setattr {{ --silent  --charid @{target|1|character_id}, @{target|2|character_id}, @{target|3|character_id} --repeating_savemod_$0_global_save_active_flag|1 --repeating_tohitmod_$0_global_attack_active_flag|1 }} /w gm Elran casts Bless on @{target|1|token_name}, @{target|2|token_name} and @{target|3|token_name} granting 1d4 on Attack Rolls and Saving Throws. %{Elran|repeating_spell-1_-MZ2GVwMXKID5c2UF1Wm_spell}
<a href="https://github.com/roll20/roll20-api-scripts/blob/master/ChatSetAttr/README.md#global-configuration" rel="nofollow">https://github.com/roll20/roll20-api-scripts/blob/master/ChatSetAttr/README.md#global-configuration</a> !setattr-config !setattr-config --players-can-modify
Jarren K. said: <a href="https://github.com/roll20/roll20-api-scripts/blob/master/ChatSetAttr/README.md#global-configuration" rel="nofollow">https://github.com/roll20/roll20-api-scripts/blob/master/ChatSetAttr/README.md#global-configuration</a> !setattr-config !setattr-config --players-can-modify Fantastic! &nbsp;Thanks