Hi, my name is Walter Veneros and I'am workin in a point and click game, but use the text from XML.
My problem happen when use the XML construct use all text assignment.
For example i have dialogo=""1"", dialogo=""2"",dialogo=""3""
I want only take the text from 1, after take from 3.
But construct take all the text if I use Append text, if I use set text I only obtained the text from 3
here is a little test.
XML parsing example
HELP!