Bind load file (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Konoko
(+templates)
imported>Sekoia
(updating to reflect _silent and to note that it displays a confirmation in the chat tab)
Line 1: Line 1:
{{SlashCommandArticle|command=bind_load_file|options=path|note=This command loads the specified bindfile into the current character. The path can be relative ({{slashcommand|bindloadfile|bind_folder\bind_file.txt}}) or absolute ({{slashcommand|bindloadfile|c:\binds\bind_file.txt}}).}}
{{SlashCommandArticle|command=bind_load_file|options=path|note=This command loads the specified bindfile into the current character. The path can be relative ({{slashcommand|bindloadfile|bind_folder\bind_file.txt}}) or absolute ({{slashcommand|bindloadfile|c:\binds\bind_file.txt}}). A message will be displayed in the chat tabs confirming that the file has been loaded.}}
==Related==
==Related==
* {{slashcommand|bind_save}} - No parameters/options. Saves binds to keybinds.txt in the install directory.
* {{slashcommand|bind_save}} - No parameters/options. Saves binds to keybinds.txt in the install directory.
* {{slashcommand|bind_load}} - No parameters/options. Loads binds from keybinds.txt in the install directory.
* {{slashcommand|bind_load}} - No parameters/options. Loads binds from keybinds.txt in the install directory.
* {{slashcommand|bind_save_file|path}}
* {{slashcommand|bind_save_file|path}}
* {{slashcommand|bind_save_file_silent|path}}
* {{slashcommand|bind_load_file|path}}
* {{slashcommand|bind_load_file|path}}
* {{slashcommand|bind_load_file_silent|path}}

Revision as of 22:23, 1 July 2008

/bind_load_file path

This command loads the specified bindfile into the current character. The path can be relative (/bindloadfile bind_folder\bind_file.txt) or absolute (/bindloadfile c:\binds\bind_file.txt). A message will be displayed in the chat tabs confirming that the file has been loaded.

Related