Hola
Ramza0Tyr
Each of the lists that accept the drag and drop data need to know what type of data is being dropped into them.
Its kinda like dropping Spells into Inventory and vice versa.
My recommendation if you are playing other games on
MoreCore that you do create a theme extension to tweak the generic aspects to your game.
The extensions are not complex and there are several good examples.
And then this code could easily be added to the extension.
It would probably look like:
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<root>
<windowclass name="charsheet_more" merge="join">
<sheetdata>
<list_abilities name="refdrop3" merge="join">
<class>picslist</class>
</list_abilities>
<sheetdata>
</root>