Difference between revisions of "i"

From OpenKore Wiki
Jump to navigation Jump to search
m (items is a subcategory of config.txt)
Line 1: Line 1:
== i ==
+
;i [eq | neq | nu | u]
 +
 
 +
:Display inventory items.
 +
{| class="wikitable" border="1" cellspacing="0"
 +
|-style=background-color:#F9F9F9;
 +
!Command
 +
!Description
 +
|-
 +
|align=center|i
 +
|Display a list of all available inventory items.
 +
|-
 +
|align=center|i eq
 +
|Display a list of currently equipped items.
 +
|-
 +
|align=center|i neq
 +
|Display a list of unequipped inventory items.
 +
|-
 +
|align=center|i nu
 +
|Display a list of non-usable inventory items.
 +
|-
 +
|align=center|i u
 +
|Display a list of usable inventory items.
 +
|}
 +
 
 +
 
 +
----
 +
 
 +
 
 +
;i desc (<inventory item>)
 +
 
 +
:<inventory item>
 +
::- an inventory item name, or a corresponding number from the inventory item list when you use the i command.
 +
 
 +
:Display a description of the specified inventory item.
 +
 
 +
 
 +
----
 +
 
 +
 
 +
;i
 
The '''i''' command is used to list all of the player's current inventory.  '''i''' also accepts switches (listed below) to alter the display of the inventory as well.
 
The '''i''' command is used to list all of the player's current inventory.  '''i''' also accepts switches (listed below) to alter the display of the inventory as well.
  
=== i eq ===
+
;i eq
 
: The '''eq''' switch will alter '''i''' to only display equipped inventory items.
 
: The '''eq''' switch will alter '''i''' to only display equipped inventory items.
  
=== i neq ===
+
;i neq
 
: The '''neq''' switch will alter '''i''' to only display non-equipped inventory items.
 
: The '''neq''' switch will alter '''i''' to only display non-equipped inventory items.
  
=== i nu ===
+
;i nu
 
: The '''nu''' switch will alter '''i''' to only display non-usable inventory items.
 
: The '''nu''' switch will alter '''i''' to only display non-usable inventory items.
  
=== i u ===
+
;i u
 
: The '''u''' switch will alter '''i''' to only display usable inventory items.
 
: The '''u''' switch will alter '''i''' to only display usable inventory items.
  
 
[[Category:Console Command]]
 
[[Category:Console Command]]

Revision as of 20:46, 20 April 2010

i [eq | neq | nu | u]
Display inventory items.
Command Description
i Display a list of all available inventory items.
i eq Display a list of currently equipped items.
i neq Display a list of unequipped inventory items.
i nu Display a list of non-usable inventory items.
i u Display a list of usable inventory items.




i desc (<inventory item>)
<inventory item>
- an inventory item name, or a corresponding number from the inventory item list when you use the i command.
Display a description of the specified inventory item.




i

The i command is used to list all of the player's current inventory. i also accepts switches (listed below) to alter the display of the inventory as well.

i eq
The eq switch will alter i to only display equipped inventory items.
i neq
The neq switch will alter i to only display non-equipped inventory items.
i nu
The nu switch will alter i to only display non-usable inventory items.
i u
The u switch will alter i to only display usable inventory items.