THAT'S IT! I've had 0 idea what the \0\# meant, so I was just copying it. Thanks for the assist! So I should just need to use
"\0\7Connect" .. tostring(getn(server_name_variable)) .. server)name_variable
and it will work in my main code. Thanks for the help!
Edit: derp getn is for tables. I'll figure it out soon, this is just a google away. string.length or something.
"\0\7Connect" .. tostring(getn(server_name_variable)) .. server)name_variable
and it will work in my main code. Thanks for the help!
Edit: derp getn is for tables. I'll figure it out soon, this is just a google away. string.length or something.