Can I edit the node number with something like a button press inside and XML string?
Want to changed that 1 somehow. Doesnt seem to take a global var as I am guessing its out of the scope of xml string.
""&XML.StringValue("Monster[1]")
CAPX FILE!!!!
Trying to make a selection screen where each of the characters has their stats displayed. Its boggling my mind. I want to increment the node number some how. So when node 3 monster is selected image will be something new and stats will all be of node 3. Has someone messed with this type of XML jazz that can help me?