Difference between revisions of "Swap"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>swap</code> - Exchange items in inventory. == Description == Change the order of items in inventory by exchanging one for another. {| class="wikitable" |+Syntax...")
 
(No difference)

Latest revision as of 17:28, 20 June 2021

swap - Exchange items in inventory.

Description

Change the order of items in inventory by exchanging one for another.

Syntax
Command Description
swap <item> Exchange <item> with the first item in inventory.
swap <itemX> with <itemY> Exchange <itemX> with <itemY> in inventory.

See Also

inventory and, sort