Hi, i'm using the following for an ability: [[@{Agility}d6 + @{Dodge}d6 + ?{Modifier|0}]] I'd like to divide the result by 2 but when I use: [[ (@{Agility}d6 + @{Dodge}d6 + ?{Modifier|0}) / 2]] nothing happens What am I doing wrong? Thx