hello, i've been working on making some spells whit the smartaoe but also each whit there own uniqe controle token. this brings me to my problem at hand, i'm making cloud of daggers whit a dagger based controle token however when i use the macro it summons the controle token but whiteout the options to trigger it in the corner. when i use !smarttrigger it does trigger the spell but also effects the controle token. did i miss something or is there something wrong whit the token it self? my script: !smartaoe {{ --title|Cloud of Daggers --leftsub|Slot level ?{Cast at what level?|2,2|3,3|4,4|5,5|6,6|7,7|8,8|9,9} --titlecardbackground|linear-gradient(blue, white) --oddrowbackground|#00ccff --evenrowbackground|#edfcfc --oddrowfontcolor|#000000 --tablebgcolor|#edfcfc --controlTokName|AoEControlTokenCloudofDagger --controlTokSize|1 --aoeColor|#ffffff --aoeOutlineColor|#ffff00 --aoeType|square, float --radius|3ft --forceIntersection|0 --minGridArea|0.25 --minTokArea|0.25 --fx|bomb-blood --noSave|1 --damageFormula1|[[[[?{Cast at what level?|2|3|4|5|6|7|9}*2]]d4]] --damageType1|slashing --autoApply|1 --bar|1 --zeroHPmarker|dead --desc|You fill the air with spinning daggers in a cube 5 feet on each side, centered on a point you choose within range. A creature takes 4d4 slashing damage when it enters the spell's area for the first time on a turn or starts its turn there. At Higher Levels: When you cast this spell using a spell slot of 3rd level or higher, the damage increases by 2d4 for each slot level above 2nd. }} thanks in advance for anyonce time