cart

From OpenKore Wiki
Jump to navigation Jump to search
cart
Display a list of items in your cart.




cart add (<inventory item>) [<amount>]
<inventory item>
- an inventory item name, or a corresponding number from the inventory item list when you use the i command.
<amount>
- the amount (positive integer).
Add an item to cart from your inventory.
Note. If the amount is not specified, this assumes the maximum amount of the item available.




cart get (<cart item>) [<amount>]
<cart item>
- a cart item name, or a corresponding number from the cart item list when you use the cart command.
<amount>
- the amount (positive integer).
Get an item from cart to your inventory.
Note. If the amount is not specified, this assumes the maximum amount of the item available.




cart desc (<cart item #>)
<cart item #>
- a corresponding number from the cart item list when you use the cart command.
Display a description of the specified cart item.




cart release
Release your cart.