View Single Post
06-06-14, 01:20 AM   #2
Zanderwar
A Murloc Raider
Join Date: Jun 2014
Posts: 4
With:

Code:
local values = 
{
    "Hello",
	"World",
}
This was the result:


So it leads me to believe that there is a string split but I can't find it
  Reply With Quote