
Happy new year everyone!
After becoming a "pro-user" I want to build up a custom character sheet for the German rpg-system Midgard. With only basic knowledge of html I got quite far for now, but I need your help. Before getting that pro-status I wrote a ton of macros in the ability-section for the characters and just dragged many of those abilities into the "show as token action".
Is it possible to just use the already existing macros in the characters abilities just by linking them in your custom sheet-html? For example I handled the Abwehr=(defence)-ability like that:
"<td class="sheet-statlabel-big" style="width: 96px;">Abwehr</td>
<td><input class="sheet-inputbox" type="number" name="attr_Abwehr" value="@{Abwehr}" style="height: 24px; width: 70px;"></td>
<td><input class="sheet-inputbox" type="number" name="attr_AbwB" value="@{AbwB}" style="height: 24px; width: 60px;"></td>
<td><button type='roll' value='%{Abwehr}' name='roll_Abwehr'></button></td>"
The ability "Abwehr" already exists and contains a macro with a default table-command. Sorry for my lack of knowledge, but I am eager to learn and I want to work as properly as possible. I do not want to copy the macro from the ability into the html if it can be avoided.
Thanks for any help in advance! :)