vÍnce said: Steven W said: I used to have a macro that would increase a characters Luck by 1d10 but I appear to have deleted it and I can't remember how I managed to create it . I think I must have based it on this script: &{template:callofcthulhu} {{name=Increase Luck}}{{title=Luck Roll}} !setattr --silent --charid @{selected|character_id} --luck|{{roll=[[1d10]]}}!!! I have tried different ways to make it work but I think I've lost a few SAN points trying to figure it out. Is there a way I can get this to automatically increase the Luck attribute? Hi Steven, your macro appears to work for me... You might have to allow Players permission to use the macro. (game settings | api settings | chatsetattr) Also, as written, the macro sets the Luck value. Did you want to just add to the current Luck value? example; &{template:callofcthulhu} {{name=Increase Luck}}{{title=Luck Roll}} !setattr --silent --charid @{selected|character_id} --luck|{{roll=[[@{selected|luck} + 1d10]]}} Sorry I meant to say that I wanted it to add to the current luck value. Thank you for the example, I did get it to work once I added !!! to the end of the line.