PDA

View Full Version : Getting values from another module



alloowishus
July 16th, 2023, 18:48
I am trying to automate spell casting in my ruleset, I am able to drag an individual spell into the notes section of an item. How would I reference the xml tags for the spell? For example, here is the link inside the item.

<notes type="formattedtext">
<linklist>
<link class="spell" recordname="reference.spelllist.essence.lists.list-020.spells.spell-01@Spell Law" />
</linklist>
</notes>

Thanks!