I'm trying to make a very user friendly Variables that basically can change EVERY measure in the skin just from that.
So, I ended up trying to use Variables within [Variables] to make it really simple for any user.
Then I had to change half of it, because you can't use variablesin the [Variables] section.
You can refer to other variables within the [Variables] section, but there are two conditions:
1) No dynamicvariables. It will only ever use the initial value of the variable.
2) The variable you are referring to must have already been declared higher up in the file.