Hope someone can help me with something real quick. I made a text file and I have it included in my xml file.. Now what I want to do is make the text file where I can configure the hotkeys without seeing all the other code. I have been looking at others work trying to decypher how they do it and search on here but am having a little bit of problem determining the correct way. Ive seen people use Page, DataSource or Text in the txt file.. What im trying to do is have a line similar to this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<DataSource Name="UtilBarData">
<Data Name="1" PressAction="use_itemvdl 111645115" Image="images/ub_manastone.dds" Tooltip="Hello" />
</DataSource>
and back in my xml file im trying to import these values for OnPress, SourceResource and Tooltip into my Button and Image. Something like:
Code:
OnHoverIn="Tooltip=Parent.UtilBarData.1.Tooltip"
Im sure I am way off in the correct way to do this. I do try my best to search first, its just at this point ive seen so much code its all starting to blur together lol..

Any pointers to just get me going in the right direction I would be greatful! Thanks!
-D