Difference between revisions of "Getting Started Guide"

From Wyvern Source
Jump to: navigation, search
(Aliases)
Line 120: Line 120:
 
You can, however, invoke button bar commands: <code>alias ! button-bar-1</code> will make <code>shift + 1</code> use button-bar 1.
 
You can, however, invoke button bar commands: <code>alias ! button-bar-1</code> will make <code>shift + 1</code> use button-bar 1.
  
:'''How commands choose which items to use?'''
+
===How commands choose which items to use?===
  
 
:When you use a command to tell the game you want to drink a potion, read a scroll or use a magic rod without asking to retrieve it from a container in your inventory, it will first search your main inventory (items out of containers) and use the first matching item. If there is no matching item, it will then search only the FIRST elixir pouch, scroll tube or wand quiver, depending on the item to be used, and use the first matching item inside it.  
 
:When you use a command to tell the game you want to drink a potion, read a scroll or use a magic rod without asking to retrieve it from a container in your inventory, it will first search your main inventory (items out of containers) and use the first matching item. If there is no matching item, it will then search only the FIRST elixir pouch, scroll tube or wand quiver, depending on the item to be used, and use the first matching item inside it.  

Revision as of 19:28, 16 April 2021

In progress

Wyvern User Interface

[Expand]

Aliases

Aliases are essentially shortcuts that you can type into the command. Each alias can have up to 4 commands (3 semicolons). When the alias shortcut is a single key, simply pressing that key will invoke the command.

Note that aliases are different from the button-bar in that the button bar has visual shortcuts (buttons), whereas aliases are text-bindings.

[Expand]