G V. said: You would need a new name for each type of in Intelligence stat. Something like attr_mageint, attr_beastint, attr_demonint, etc Alright, so I just changed it to: This on Page 1 for Beast <div style="width:100%"><h2>Attributes</h2></div> <table style="width:100%"> <tr> <td>power</td> <td><h4>Intelligence</h4></td> <td> <input type="radio" name="attr_int" value="0" checked="checked" /><span></span> <input type="radio" name="attr_int" value="1" /><span></span> <input type="radio" name="attr_int" value="2" /><span></span> <input type="radio" name="attr_int" value="3" /><span></span> <input type="radio" name="attr_int" value="4" /><span></span> <input type="radio" name="attr_int" value="5" /><span></span> </td> And this on Page 2 for Mage. <div style="width:100%"><h2>Attributes</h2></div> <table style="width:100%"> <tr> <td>power</td> <td><h4>Intelligence</h4></td> <td> <input type="radio" name="attr_int0" value="0" checked="checked" /><span></span> <input type="radio" name="attrmage_int" value="1" /><span></span> <input type="radio" name="attrmage_int" value="2" /><span></span> <input type="radio" name="attrmage_int" value="3" /><span></span> <input type="radio" name="attrmage_int" value="4" /><span></span> <input type="radio" name="attrmage_int" value="5" /><span></span> </td> However, when I try to click the boxes to add an attribute point or remove one for the Mage page: it doesn't allow the boxes to become black. I click it but nothing changes. The cursor does change to where I should be able to change it, but clicking it does nothing.