Skip to content

GET

Picks up an item from the ground. The item is added to the Actor’s inventory. If the item is a weapon and the Actor has a free hand, it is automatically equipped.

/get <target>
ArgumentRequiredDescription
targetYesThe local ID of the item to pick up (e.g., i1)

Targets are shown when the Actor uses look at the area. Use the local ID displayed next to the item.

Pick up a weapon on the ground:

/get i1
  • If the item is a weapon and at least one hand slot is free, it is equipped automatically upon pickup.
  • Items picked up are added to the Actor’s inventory, accessible with look self.
  • Autocomplete will suggest items that are available on the ground in the current area.
  • look — see items on the ground
  • equip — manually equip a weapon from inventory
  • drop — return an item to the ground