Advice on my Library Module
I've been tinkering around with my reference module that I'm creating for my DH campaign using the Dark Heresy v3.2 ruleset by Danny & Paul (under the CoreRPG v3.1.7) - and I'm nearly complete.
The minor problem right now is my drag & drop from my reference module to the character sheet. I thought I'd start with an "easy" task and try to do the Talents. I've attached a code sample to see if anyone would like to comment as to how ignorant I am. I've used this format after reviewing an export character. When I drag and drop nothing happens.
<talents>
<id-00002>
<benefit type="string">this is talent description</benefit>
<locked type="number">0</locked>
<name type="string">this is talent name</name>
<shortcut type="windowreference">
<class>ref_talent</class>
<recordname></recordname>
</shortcut>
</id-00002>
</talents>
I'm reviewing past forum posts now - hoping to come across someone with a similar problem.
My work-around right now is to just fill in a character template with all the talent entries so that the player doesn't have to spend the time to type it in. This activity so "OK" but I would like to take it a little bit further with a drag and drop.
Anyways..., thanks for reading.
Rook