Verb:SORT: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
m (1 revision: Krakiipedia Import)
m (add category)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Sort''' is used to move items in your [[inventory]].
'''Sort''' is used to move items in your [[inventory]].


<pre{{log2|margin-right=10px}}>
<div {{log}}>Usage:
''>sort''
:SORT {object} - Move all items that match the name of {object} in the same location to the top of the list of items they're in

:SORT NOUN {object} - Move all items that match the noun of {object} in the same location to the top of the list of items they're in
Usage:
:SORT CLUSTER {object} - Move all items that match the noun of {object} in the same location to the top of the list of items they're in, clustered by full name
:SORT UP {object} - Move {object} one up in the list of items it's in
SORT {object} - Move all items that match the name of {object} in the same location to the top of the list of items they're in
:SORT DOWN {object} - Move {object} one down in the list of items it's in
SORT NOUN {object} - Move all items that match the noun of {object} in the same location to the top of the list of items they're in
SORT CLUSTER {object} - Move all items that match the noun of {object} in the same location to the top of the list of items they're in, clustered by full name
:SORT AUTOMATIC {type} - Perform an automatic sort of your inventory<br>
SORT UP {object} - Move {object} one up in the list of items it's in
SORT DOWN {object} - Move {object} one down in the list of items it's in
SORT AUTOMATIC {type} - Perform an automatic sort of your inventory
SORT ALPHABETIC {container} - Arrange the interior items of a container into alphabetical order.


Where {type} is one of the following:
Where {type} is one of the following:
:HEADTOTOE - Sort in head-to-toe order
HEADTOTOE - Sort in head-to-toe order
:REVERSE - Sort in reverse order<br>
REVERSE - Sort in reverse order


You may only sort items that are located somewhere in your inventory.</div>
You may only sort items that are located somewhere in your inventory.
</pre>


==See Also==
==See Also==
*[[RUMMAGE (verb)]]
*[[RUMMAGE (verb)]]
*[[Character guide]]
*[[Character guide]]
*[[INVENTORY (verb)/saved posts#SORT (verb)|Saved posts]]

[[category: Verbs]]
[[category: Verbs]][[Category:Inventory system verbs]]
{{DEFAULTSORT:SORT}}

Latest revision as of 19:03, 18 November 2023

Sort is used to move items in your inventory.

>sort

Usage:
    SORT {object}         - Move all items that match the name of {object} in the same location to the top of the list of items they're in
    SORT NOUN {object}    - Move all items that match the noun of {object} in the same location to the top of the list of items they're in
    SORT CLUSTER {object} - Move all items that match the noun of {object} in the same location to the top of the list of items they're in, clustered by full name
    SORT UP {object}      - Move {object} one up in the list of items it's in
    SORT DOWN {object}    - Move {object} one down in the list of items it's in
    SORT AUTOMATIC {type} - Perform an automatic sort of your inventory
    SORT ALPHABETIC {container} - Arrange the interior items of a container into alphabetical order.

Where {type} is one of the following:
    HEADTOTOE - Sort in head-to-toe order
    REVERSE   - Sort in reverse order

You may only sort items that are located somewhere in your inventory.

See Also