Author Topic: How do I change the name from CONSOLE to something else?  (Read 341 times)

In console, theres a command called talk ();
And inside the () you say something, but instead of spaces you use something else, for it cant use space.
Im trying to find out Now to change the name from CONSOLE to something else.
For excample: talk (Hi_people);
CONSOLE:Hi_people
I want to change the name from CONSOLE to something else, like Dillpickle, so when I do the command, instead of CONSOLE:_____ its something like Dillpickle:___ or Host:____ or anything you want to put into the name.
Please Help!!!



eerr. Sonicfan! You did didnt you?
Lol, yeah, that's me

You can't change the name of the console, since it is indeed the console talking. However, you can use an alternative, though it requires a bit more typing.
messageall('',"<color:ffff00>Dillpickle<color:ffffff>: Hi guys, it's me, Dill!");
It will look exactly like a normal chat does to others.

Also, you can use spaces when using talk(); just so you know.
talk("Hi guys, it's me, Dill!");