Trying to make a mule that you can drag out to display aura/aoe area on map. Both square spell areas and radius. It's been done before, several times, but they do not seem to be working . No matter what I try I can't make the aura square. The aura setting seem to be the same on 2014/2024 as that part remains the same on both sheets, but I did try on both just to be safe. Jarren made one here . !token-mod --?{Show to players|on|off} showplayers_aura1 --set aura1_square|?{Shape|Circle,off|Square,on} aura1_radius#?{Aura Radius} aura1_color#?{Color|Red,ff0000|Green,00ff00|Blue,00ffff|Yellow,ffff00|White,ffffff} --ids @{target|token_id} This returns a round aura even if you select square. I set it to show on as I do not need the on/off, took off target id as I am running it from a token action on a mule. I looked here and tried aura1_square|false and aura1_square|true. That didn't work. aura1_raidus and aura1_square seem to make no difference by themselves. Would really appreciate any help on this.