I am sure this is a simple fix, but can't see what I'm doing wrong. I get this error anytime I click Trigger Target rather than trigger all, with any SmartAoE I have, some of which are just straight cut n paste from Github. The code is from the Github with a description added and spell slot management !smartaoe {{ --title|Spirit Guardians --leftsub|Slot level ?{Cast at what level?|3,3|4,4|5,5|6,6|7,7|8,8|9,9} --rightsub|DC @{selected|spell_save_dc} WIS --oddrowbackground|#ffffaa --evenrowbackground|#ffffff --oddrowfontcolor|#000000 --tablebgcolor|#ffffff --aoeColor|#ffff0050 --aoeOutlineColor|#cccc00 --gridColor|#ffffff00 --controlTokName|self --aoeType|circle, float --radius|17.5ft --forceIntersection|0 --minGridArea|0.1 --minTokArea|0.1 --fx|burn-holy --dc|@{selected|spell_save_dc} --saveFormula|5eWIS --damageFormula1|[[?{Cast at what level?}d8]] --damageType1|Radiant --resource|lvl?{Cast at what level?}_slots_expended,1,Level ?{Cast at what level?} Slots --desc|Concentration. You call forth spirits to protect you. They flit around you to a distance of 15 feet for the duration. If you are good or neutral, their spectral form appears angelic or fey (your choice). If you are evil, they appear fiendish. When you cast this spell, you can designate any number of creatures you can see to be unaffected by it. An affected creature’s speed is halved in the area, and when the creature enters the area for the first time on a turn or starts its turn there, it must make a Wisdom saving throw. On a failed save, the creature takes 3d8 radiant damage (if you are good or neutral) or 3d8 necrotic damage (if you are evil). On a successful save, the creature takes half as much damage. Upcasting: the damage increases by 1d8 for each slot level above 3rd. --ignore|SmartAoE_Ignore,1 --autoApply|1 --bar|1 --zeroHPmarker|dead }} The caster has two abilities added aRemove and aTrigger-Target. The first works no probs but target gives me (From SmartAoE): Error: Cannot read properties of undefined (reading 'get'). I see on P7 of this thread that @Saul J had the same issue, but can't see the fix. If I sub in Target All, although I don't want it for this spell, it also works a treat. Can somebody please slap me thrice and show me the error of my ways?