Verb:SORT: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''Sort''' is used to move items in your [[inventory]].
'''Sort''' is used to move items in your [[inventory]].


<pre{{log2}}>
<pre{{log2|margin-right=10px}}>
>sort

Usage:
Usage:
SORT {object} - Move all items that match the name of {object} in the same location
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
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 NOUN {object} - Move all items that match the noun of {object} in the same location
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
to the top of the list of items they're in
SORT UP {object} - Move {object} one up in the list of items it's in
SORT CLUSTER {object} - Move all items that match the noun of {object} in the same location
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
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


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
REVERSE - Sort in reverse order


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

Revision as of 22:10, 28 May 2015

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

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