Tweet sheet
I am trying to tweet a game record. the record is stored in an attribute of type integer, while the text is just added.
The problem is that if I add with the function chooser game.Record, I get the number, If i add the text, ok, but I can't add both because I get: invalid expression. I tried using: "I scored "..game.Record.."now" but it doesn't work.
The problem is that if I add with the function chooser game.Record, I get the number, If i add the text, ok, but I can't add both because I get: invalid expression. I tried using: "I scored "..game.Record.."now" but it doesn't work.