was looking at a class special to remind myself how to get damage to show on the special tab for the item and the code has almost the same line, once for listname and once for livename.
i recall using livename, but then what is the purpose/reason of the listname line?
Code:
field[listname].text = field[name].text & " (" & field[xIndex].value & "d6+" & field[xTotalLev].value & ")"
field[livename].text = field[name].text & " (" & field[abValue].value & "d6+" & field[xTotalLev].value & ")"
i recall using livename, but then what is the purpose/reason of the listname line?