Posted 28 July 2013 - 10:15 PM
Hello! As the title says, I am getting the error "attempt to concatenate function and string"
This is my code http://pastebin.com/kR2uD4tY
I am trying to make a small chat program for the miscperipherals smarthelmet item, just for funsies.
And I want to use the computer name as the "username", But I am getting that error when i do so.
I have also tried
Any help is appreciated, Thanks!
This is my code http://pastebin.com/kR2uD4tY
I am trying to make a small chat program for the miscperipherals smarthelmet item, just for funsies.
And I want to use the computer name as the "username", But I am getting that error when i do so.
I have also tried
message = os.getComputerLabel(), " said: " .. message
And that only gives me the username, In this case would be Elg, but not the "said" or the actual messageAny help is appreciated, Thanks!