Author Topic: Making the Console Talk  (Read 1269 times)

So a while back I started using console commands. I have never really used them before until recently, I would mainly only use the one to make the console talk when I'm hosting a dedicated server so I could say stuff to the players in the server without having to load up Blockland, join the server and half to tell them like that.

However when using the talk command which is this

talk(message);

I can only ever seem to be able to send one word, if I try to make another word the command doesn't work

For example
If I type in talk(hello); this will work and the Console will say hello

But if I type talk(hello there); this does not work

Is there anything I have to put in so I can make more than one word messages?

Yes, use: talk("multiple word message");

Yes, use: talk("multiple word message");
Sorry if I'm abit awkward but what exactly has changed?


Use of quotations
Oh I see now I get it! Thanks for the help guys

Locking