So, I thought of a new feature to add to my sheet, but, I can't seem to get the math to work correctly. <td><input type="text" name="attr_Strength" title="@{Strength}" class="short" value="10"/></td>
<td><input type="text" name="attr_Stamina" title="@{Stamina}" class="short" value="10"/></td>
<td><input type="text" name="attr_Muscle" title="@{Muscle}" class="short" value="10"/></td>
<td><input type="text" name="attr_carryweight" title="@{carryweight}" class="sheet-short" value="(floor((26+(floor(({@{Strength}, @{Stamina}}kh1)/3)*5))*.25))" disabled="true"/></td>
<td><input type="text" name="attr_maxpress" title="@{maxpress}" class="sheet-short" value="((26+(floor(({@{Strength}, @{Muscle}}kh1)/3)*5)))" disabled="true"/></td> So, this probably should be putting out (10) in the first box, and (41) in the second.... but it's putting out, (4215) in the first box and (16861) in the second... Can kh and kl functions not be used in the sheet itself or only in java macros? This isn't going to work so well if I can't write this in like this unfortunately.. Any help would be greatly appreciated :D