Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Option set (Slash Command)"

From Paragon Wiki Archive
Jump to: navigation, search
({{SlashCommandArticle}})
m
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|command=option_set
 
|command=option_set
 
|options=option_name value
 
|options=option_name value
|note=This slash command allows a user to set various options through the chat command line or through binds, instead of opening the [[Options Window]].}}
+
|note=This slash command allows a user to set various options through the chat command line or through binds, instead of opening the [[The Players' Guide to the Cities/User Interface/Options Window|options window]].
 +
 
 +
''option_name'' is the option name that can be found in the {{slashcommand|option_save}} text file, and a list of possible names can be brought up using the {{slashcommand|option_list}} command.
 +
 
 +
''value'' can be multiple choices:
 +
*''0'' turns an option off
 +
*''1'' turns an option on
 +
*Other options may have a range of values in numbers or words.}}
  
 
== Example ==
 
== Example ==
 
{{slashcommand|option_set}} ''NoXP 1''
 
{{slashcommand|option_set}} ''NoXP 1''
 
:Enables the "NoXP" option, turning off [[experience]] gain.
 
:Enables the "NoXP" option, turning off [[experience]] gain.
 +
 +
{{Navbox Option Commands}}
 +
 
[[Category:Slash Commands]]
 
[[Category:Slash Commands]]

Latest revision as of 08:18, 9 July 2012

Slash Command

/option_set option_name value

This slash command allows a user to set various options through the chat command line or through binds, instead of opening the options window.

option_name is the option name that can be found in the /option_save text file, and a list of possible names can be brought up using the /option_list command.

value can be multiple choices:

  • 0 turns an option off
  • 1 turns an option on
  • Other options may have a range of values in numbers or words.

Example

/option_set NoXP 1

Enables the "NoXP" option, turning off experience gain.