Olog
May 24th, 2018, 03:09
New to FG XML scripting. I've been examining some extension to figure things out. I'm looking to add a button to the encounter record. I see in "record_encouter.xml" where the "Add to CT" button logic is. Do I have to redefine the entire "battle" windowclass in my extension? If I try to extend it as follows I end up with just the button and no encounter record.
<root>
<base>
...my other code...
<windowclass name="battle">
<sheetdata>
<buttoncontrol>
...
</buttoncontrol>
</sheetdata>
</windowclass>
...
</base>
<root>
Is there a better way to accomplish this?
<root>
<base>
...my other code...
<windowclass name="battle">
<sheetdata>
<buttoncontrol>
...
</buttoncontrol>
</sheetdata>
</windowclass>
...
</base>
<root>
Is there a better way to accomplish this?