Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Help with customizing a character sheet for World o

1461102603

Edited 1461106238
So I'm running a World of Darkness Campaign Crossover with Beast, Mage, and Demon. &nbsp;I've had difficulty making custom pages for Demon and Mage in regards to stats. &nbsp;They screw up the rest of my characteristics of characters I have already created. &nbsp;Basically in regards to : <a href="http://mrgone.rocksolidshells.com/pdf/VtR/VtR1-Pag" rel="nofollow">http://mrgone.rocksolidshells.com/pdf/VtR/VtR1-Pag</a>... This style of sheet, all the dots constantly have issues in which they reset themselves based off the interactions of my other sheets. &nbsp; It's really difficult to explain in a single description, but suffice to say: I really need help on how to make Roll 20 World of Darkness Character Sheets that support Crossover play. Thanks in advance :)
&lt;td&gt;power&lt;/td&gt; &lt;td&gt;&lt;h4&gt;Intelligence&lt;/h4&gt;&lt;/td&gt; &lt;td&gt; &lt;input type="radio" name="attr_int" value="0" checked="checked" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="1" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="2" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="3" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="4" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="5" /&gt;&lt;span&gt;&lt;/span&gt; This is the code for the Stat of intelligence. Now I have on the same document, another Intelligence stat for Mage characters and Demon characters with the same formula.&nbsp; How can I solve this problem and have 3 different sections of intelligence on my character sheet without having the 3 sections interfere . (Example: Let's say my beast attributes for intelligence are the ones above, If I want to make a Intelligence stat for mages on the same character sheet, how would I do it without the code affecting the Beast code?) I hoped I helped make more sense.
1461106260

Edited 1461106282
Finderski
Plus
Sheet Author
Compendium Curator
You would need a new name for each type of in Intelligence stat. Something like attr_mageint, attr_beastint, attr_demonint, etc
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 &lt;div style="width:100%"&gt;&lt;h2&gt;Attributes&lt;/h2&gt;&lt;/div&gt; &lt;table style="width:100%"&gt; &lt;tr&gt; &lt;td&gt;power&lt;/td&gt; &lt;td&gt;&lt;h4&gt;Intelligence&lt;/h4&gt;&lt;/td&gt; &lt;td&gt; &lt;input type="radio" name="attr_int" value="0" checked="checked" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="1" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="2" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="3" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="4" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attr_int" value="5" /&gt;&lt;span&gt;&lt;/span&gt; &lt;/td&gt; And this on Page 2 for Mage.&nbsp; &lt;div style="width:100%"&gt;&lt;h2&gt;Attributes&lt;/h2&gt;&lt;/div&gt; &lt;table style="width:100%"&gt; &lt;tr&gt; &lt;td&gt;power&lt;/td&gt; &lt;td&gt;&lt;h4&gt;Intelligence&lt;/h4&gt;&lt;/td&gt; &lt;td&gt; &lt;input type="radio" name="attr_int0" value="0" checked="checked" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attrmage_int" value="1" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attrmage_int" value="2" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attrmage_int" value="3" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attrmage_int" value="4" /&gt;&lt;span&gt;&lt;/span&gt; &lt;input type="radio" name="attrmage_int" value="5" /&gt;&lt;span&gt;&lt;/span&gt; &lt;/td&gt; However, when I try to click the boxes to add an attribute point or remove one for the Mage page: it &nbsp;doesn't allow the boxes to become black. I click it but nothing changes. &nbsp;The cursor does change to where I should be able to change it, but clicking it does nothing. &nbsp;
^^ SCRATCH THAT - I Mistyped attrmage at the 0 integer. &nbsp;It's working so far :) - Thanks for the help G.V - I will comment and quote you again if I need further assistance with this. &nbsp;
1461114101
Finderski
Plus
Sheet Author
Compendium Curator
Quick comment, the code above has attrmage_int, but for it to work with the sheet properly, the underscore must come directly after attr. So, a properly formatted name would look something like attr_mageInt.&nbsp;