Good afternoon before with Script:ChatSetAttr I modified Attributes example: &{template:default} {{name= Active}} !setattr --silent --charid @{target|character_id} --Active|[[?{Place Formula?|@{target|Active}}]] !!! and the player got a box to place a bonus that now came out in the Active attribute example: [[[[floor((@{hp})/5)]]]] This was placed by the player in the box when asked the question above. and now the Active Attribute became [[[[floor((@{hp})/5)]]]] this. but now it gives me a problem. no longer place this [[[[floor((@{hp})/5)]]]]. If HP is 20 then 20/5 = 4, when placing [[[[floor((@{hp})/5)]]]] it does not place the formula, but rather the result of it, that is, it places it in the box Active 4. If I myself set the Attributes where Active I place [[[[floor((@{hp})/5)]]]] it stays without problems, but before I could do it with a frame and a button and it filled in much faster My sheets now won't let me. Does anyone know why?