Is it possible to update an Attribute or Token Bar directly from a Macro? In other words say I have a damage amount I want to apply to a Selected Token which would immediately update that Token's Health Bar (let's say bar1). Is this possible and if so what would be the Macro entry. @{selected|HPs} = @{selected|HPs} - ?{Modifier|0} How would I get the result of this to apply to the token automatically?