Console
Jump to navigation
Jump to search
The console is a window for entering text commands to the client. It can be opened using F1 in the default key bindings. Console commands are different from chat commands, which are typed in the chat and sent directly to the server.
List of commands
Console commands are small commands to use in the console, to change settings. These commands can also be used in autorun.txt for defining key bindings.
- bind <key> <action>
- Binds the key to the specified action. In other words, pressing the key will act as if you typed the action into the console.
- bind <key> "<action>"
- Same as above
- dump (skills)
- Saves the specified data to a file.
- exec <filename>
- Executes the file (TODO: Define execute)
- irc [server] [port]
- Connects to the specified IRC network. Defaults are irc.heavenlyplace.net and 6667.
- ircsay <text>
- Sends the text to the topmost IRC window.
- quit
- Opens the quit dialog
- say <text>
- Sends the specified text to the currently selected chat window.
- screenshot
- Creates a screenshot (in the screenshot folder)
- sensitivity <0-10>
- Changes mouse sensitivity to the given value
- showbml <filename>
- Parses the file as BML and displays it
- toggle (console | inventory | keyboard_hints | skills | stats)
- Toggles display of the specified HUD component
- wiki <title>
- Opens a window with the specified wiki page.
Legend: <name> is a mandatory argument, [name] is an optional argument, (name|other) is an argument which requires one of the listed values.