I am having an interesting problem. SmartAOE called from ScriptCards is not honoring the colors. Here is the smartaoe command. Select a token and run this command. It draws a yellow circle. !smartaoe --aoeColor|#ffff0050 --aoeOutlineColor|#00000050 --aoeType|circle, float --forceIntersection|0 --radius|7.5ft --controlTokName|self Now, embed the same command in ScriptCards. It will ignore aoeColor and aoeOutlineColor , and draws a circle using default colors. !script{{ --@smartaoe|_playerID|[&SendingPlayerID] _selectedID|@(selected.token_id) _aoeColor|#ffff0050 _aoeOutlineColor|#00000050 _aoeType|circle, float _forceIntersection|0 _radius|7.5ft _controlTokName|self }} What am I missing?