not finding an answer to this,.. found a similar, but just plugging in different text isn't working. Here is what I'm using to try to make a script for "Shield of Faith". I'm trying to have it modify the AC of the targeted creature. Script works as written without this line: --@modattr|_charid @{target|character_id}_ac|[[@{ac}+2]] This is only one version that i've tried, but can't find one that doesn't produce an error... tried this also with brackets on ac rather than curly ones... --@modattr|_charid @{target|character_id}_ac|[[@[ac]+2]] but this just comes up with a different error.