
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 {{ --title|Bless --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} --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 --oddrowbackground|#ffffaa --evenrowbackground|#ffffff --oddrowfontcolor|#000000 --tablebgcolor|#ffffff --aoeColor|#ffff0050 --aoeOutlineColor|#cccc00 --gridColor|#ffffff00 --controlTokName|self --aoeType|circle, float --radius|30ft --forceIntersection|0 --minGridArea|0.5 --minTokArea|0.25 --fx|burn-holy --damageType1|Radiant --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!