I have a chyper's .cfg file and I saw there echo command. What does echo do?
I have a chyper's .cfg file and I saw there echo command. What does echo do?
similar to /say, but it only displays text in your console, not onscreen and not for other people. useful for toggle scripts and such
it's onscreen since going out of beta..
Don't use the echo command anymore as Quake Live's echo messages do not appear on your HUD. If you want the messages to also appear on your HUD and not just in the console, use the new 'print' command. I'd open the configs that have the echo commands in WordPad, go Ctrl+H to Find and Replace, and replace 'echo' with 'print'.
damn, my mistake folks, muffin is right.. print..
why the hell did they change the cmd?
Echo echo echo echo echo echo echo
The echo command was initially created to verify that commands/syntax's were being executed in a script, batch or configuration file by displaying the command on screen while being run.