Conprint (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
* '''String''' is a message or text you would like to be displayed.
* '''String''' is a message or text you would like to be displayed.
* This command copies a message you have written and displays it in your '''System chat channel'''. It's a great command to use in a bind, macro, or popmenu to provide confirmation or feedback that a command was executed.  
* This command copies a message you have written and displays it in your '''System chat channel'''. It's a great command to use in a bind, macro, or popmenu to provide confirmation or feedback that a command was executed.  
* Blank spaces in the "string" or message part of this command can be replaced by the HTML code for a non-breaking space character <code>&_n_b_s_p_;</code> (without the underscores) instead of enclosing the message within quotes, and will allow the command to process the entire string. Especially useful for popmenus.
* Blank spaces in the "string" or message part of this command can be replaced by the HTML code for a non-breaking space character <code>&_n_b_s_p_;</code> (without the underscores) instead of enclosing the message within quotes, and will allow the command to process the entire string. Especially useful when used in popmenus.





Revision as of 17:48, 4 December 2022

Slash command

/conprint string

Echo <string> to the console.

  • String is a message or text you would like to be displayed.
  • This command copies a message you have written and displays it in your System chat channel. It's a great command to use in a bind, macro, or popmenu to provide confirmation or feedback that a command was executed.
  • Blank spaces in the "string" or message part of this command can be replaced by the HTML code for a non-breaking space character &_n_b_s_p_; (without the underscores) instead of enclosing the message within quotes, and will allow the command to process the entire string. Especially useful when used in popmenus.


Example

/conprint "Flight binds reset."