Hi, Posted something related to this already but wanted to expand on this. If anyone can help would be greatly apricated! How do I access the global modifiers through script? As an example I have Bless. Below is a script made for the spell where it selects the target in the area and then applies the marker and effect but I can't access the global modifier in the CS. !smartaoe {{ &nbsp; --title|Bless &nbsp; --leftsub|Slot level ?{Cast at what level?|1,1|2,2|3,3|4,4|5,5|6,6|7,7|8,8|9,9} &nbsp; --titlecardbackground|url(' <a href="https://s3.amazonaws.com/files.d20.io/images/253253846/-01wiItwF1nthkh7UwRkIQ/max.png?1635696123');background-size" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/253253846/-01wiItwF1nthkh7UwRkIQ/max.png?1635696123');background-size</a> : 100% 100%; background-repeat: no-repeat &nbsp; --oddrowbackground|#ffffaa &nbsp; --evenrowbackground|#ffffff &nbsp; --oddrowfontcolor|#000000 &nbsp; --tablebgcolor|#ffffff &nbsp; --aoeColor|#ffff0050 &nbsp; --aoeOutlineColor|#cccc00 &nbsp; --gridColor|#ffffff00 &nbsp; --controlTokName|self &nbsp; --aoeType|circle, float &nbsp; --radius|30ft &nbsp; --forceIntersection|0 &nbsp; --minGridArea|0.5 &nbsp; --minTokArea|0.25 &nbsp; --fx|burn-holy &nbsp; --damageType1|Radiant &nbsp; --api_token-mod|_ids @{target|token_id} _ignore-selected _set statusmarkers|aura }} The script is not displaying the 30ft area and then says that you must select a valid ID. Can you please suggest what to change to fix this and add the global modifier of bless to attacks and saves. Thanks!