It looks like you're new here. If you want to get involved, click one of these buttons!
Is it possible to do math inside of the Max() parentheses? My testing looks like no, but I tend to not form my generator lines correctly.
For example, max({{SomeSkill}+4},{{SomeOtherSkill}+2})
Comments
Here's an example from one of my generators:
I think I forgot the trailing close brace on the math inside the (). Thanks, jdale!
I frequently need multiple tries to get that right!