Learn the basics of using strings. Here is a quick tutorial:
you cannot do "words" "more words" because the game doesnt know how to combine them. Between these you need one of the following:
- @ (combines)
- SPC (space)
- TAB (next tab)
- the one for next line I forget
These will not do anything if you place them inside of the quotes
This also applies to variables
"string" %variable
"string" SPC %variable
If you do have two consecutive strings, such as "hi my name" SPC "is bob", you can always do "hi my name is bob" because there is no reason to make it more complicated than you need to