Jump to content

[Help]: getXML


Erfanice

Recommended Posts

  • Moderators
53 minutes ago, M.Wizard said:

This functionality that you provide gives OutPutChatBox randomly

Nope, it does not. Maybe you used too much of the example code?

 

local messageNodes = xmlNodeGetChildren(xml)     

local outputText = ""                
for i,node in ipairs(messageNodes) do
	outputText =  outputText .. tostring(xmlNodeGetValue(node)) .. "\n"
end

outputChatBox(outputText)

 

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...