cart: Difference between revisions
Jump to navigation
Jump to search
(Created page with ';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 …') |
|
(No difference)
|
Latest revision as of 22:35, 26 April 2021
- 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.