
I am working on a character sheet for Iron Kingdoms and I can't get simple addition to run right. While I have grabbed a simple character sheet (which help impressively on the sheet construction), I am having difficulty in making math work. Using what was put on the wiki, I made the following set of three lines: <input type="text" name= "attr_joe" value= "0" /> <input type="text" name= "attr_bob" value= "0" /> <input type="text" name= "joebob" value= "@{joe}+@{bob}" disabled="true" And I get two fields in which I can input numbers, and a grayed out field (sometime the gray field has "@{attr_joe}+@{attr_bob}" in it. I have added & removed "attr_" to bob and joe, added and removed spaces, added and removed the "@" symbols, added and removed the value"0", changed the text to numbers and so on. And...I got nuttin. This is the second simplest thing to do on html and its kicking by backside. Its one of those "if I can just figure out how to make this work, I can do the whole sheet! moments. Anyone out there can break it down? I would greatly appreciate it.