i have the following , some rolls require lots of different modifiers for different things, how can i get them to add together 1 Test ?{Moving?|No,No:= [[ +3 |Quick,Quick:= [[ -2 }]] + ?{Cover?|None,None:= [[ -5 |Full,Full:= [[ 0 }]] + ?{Lighting?|None,None:= [[-7 |Torchlight,Torchlight:= [[0 | Midday,Midday:= [[+5}]] + ?{Sleeping?|Yes,Yes:= [[-9 |No,No := [[0}]] the drop downs work etc , but i assume i am needing some extra brackets etc but not sure where thanks