1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
function totableC( ...) 	local cmd = {} 	t = { ... } 	for _,word in t do 		table.insert(cmd, tostring(word)) 	end 	return cmd end STR = totableC(Ubuntu,40,&H0008C3DF,&H00B2EAFF,&H000E0E9D,&H00F622FF,-1,0,0,0,100,100,0,0,1,2,0,8,16,16,16,1) msg(STR[1])
Please, don't ask me why i'm making this, but seriously I'm stuck. This is like my first time using "..." thing on a script...
I just need everything on this table/string (I don't know what to call it) to be a string on a table
HALP