hello everyone, i got some problems with the xml for so i hope to someone can help me.
first i got this xml
<dialogue>
<line>first line</line>
<line>seccond line</line>
<line>3 line</line>
</dialogue>
and this event
for each node "dialoge/line"> textbox set text to XML.StringValue("line()")
wait 1 seccond
textbox set text to ""
wait 1
how i can change the text on the textbox line by line?