storage: Difference between revisions
Jump to navigation
Jump to search
(Created page with ';storage [ eq | nu | u ] :List items in storage. {| class="wikitable" border="1" cellspacing="0" |-style=background-color:#F9F9F9; !Command !Description |- |align=center|storag…') |
|
(No difference)
|
Latest revision as of 22:35, 26 April 2021
- storage [ eq | nu | u ]
- List items in storage.
Command | Description |
---|---|
storage | Display a list of all items in storage. |
storage eq | Display a list of equipable items in storage. |
storage nu | Display a list of non-usable items in storage. |
storage u | Display a list of usable items in storage. |
- storage 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 inventory item to storage.
- Note. If the amount is not specified, this assumes the maximum amount of the item available.
- storage addfromcart (<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).
- Add a cart item to storage.
- Note. If the amount is not specified, this assumes the maximum amount of the item available.
- storage get (<storage item>) [<amount>]
- <storage item>
- - a storage item name, or a corresponding number from the storage item list when you use the storage command.
- <amount>
- - the amount (positive integer).
- Get an item from storage to your inventory.
- Note. If the amount is not specified, this assumes the maximum amount of the item available.
- storage gettocart (<storage item>) [<amount>]
- <storage item>
- - a storage item name, or a corresponding number from the storage item list when you use the storage command.
- <amount>
- - the amount (positive integer).
- Get an item from storage directly to your cart.
- Note. If the amount is not specified, this assumes the maximum amount of the item available.
- storage desc (<storage item>)
- <storage item>
- - a storage item name, or a corresponding number from the storage item list when you use the storage command.
- Display storage item description.
- storage close
- Close storage.
- storage log
-
- Log storage items to logs\storage.txt.