Hey David M.... pretty great stuff here! I've got it installed, and I've been messing around with it, but I've run into a mild annoyance... and I'm wondering if there's something I'm doing wrong. In short, once I drag and drop the target and the AoE is set, if I move the target to a new spot to adjust it, there's about a six to ten second lag before the target and AoE finally move over. For the sake of this experimentation time, I'm using the follow macro to generate the target... any thoughts on what might be going wrong? I'm on a new Macbook Pro, lots of processing power and no lags in any other area of Roll20 functioning... and this lag occurs regardless of what browser I use (Chrome, Firefox, Vivaldi, Opera). //****************************************************************************************************************************
// 5e Fireball
// Author: FR
// Prereq's: SmartAoE script
// Notes: I use a custom rollable table token "character" for the --controlTokName called GenericSpellAoE, set to image side 5, size 8.
// Either delete these three lines, or substitute for your own
//****************************************************************************************************************************
!smartaoe {{
--title|Fireball
--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} DEX
--aoeColor|#99000050
--instant|1
--gridColor|#99000050
--aoeType|circle, float
--radius|20ft
--forceIntersection|1
--minGridArea|0.25
--minTokArea|0.25
--fx|burn-fire
--dc|@{selected|spell_save_dc}
--saveFormula|5eDEX
--damageFormula1|[[(5+?{Cast at what level?})d6]]
--damageType1|Fire
--ignore|SmartAoE_Ignore,1
--autoApply|1
--bar|1
--zeroHPmarker|dead
--desc|A bright streak flashes from your pointing finger to a point you choose within range and then blossoms with a low roar into an explosion of flame. Each creature in a 20-foot-radius Sphere centered on that point must make a Dexterity saving throw. A target takes 8d6 fire damage on a failed save, or half as much damage on a successful one.%br%%br%The fire spreads around corners. It ignites flammable Objects in the area that aren’t being worn or carried.
}}