I've boiled down the carrying capacity formula from D&D 3.5, however I require the ability to use exponents, because a Strengths of 20 and higher, the values are just the 10-19 values, multiplied by 4^(floor(@{STR}/10)-1). I've looked into the CSS Wizardry thread, while there is a rudimentary pow(x,y), but it looks like calling it requires you to know both numbers at design time. I know X will be 4, however Y won't be known until run time.