Skip to content

API Item unequip_all

SolWayward edited this page Dec 22, 2025 · 2 revisions

unequip_all

Endpoint: gm.item.unequip_all

Syntax

gm.item.unequip_all <hero_query>

Parameters

Parameter Type Required Description
hero_query string Yes Hero identifier (StringId or partial name match)

Examples

gm.item.unequip_all player

Output:

Unequipped 5 items from Player and added them to party inventory:
  - Imperial Sword (battle:Weapon0)
  - Steel Shield (battle:Weapon1)
  - Lamellar Armor (battle:Body)
  - Mail Chausses (battle:Leg)
  - Fine Robe (civilian:Body)
gm.item.unequip_all lord_1_1

Notes

NOTE: Unequips all items from both battle and civilian equipment sets.

NOTE: Items are moved to the hero's party inventory, not deleted.

TIP: Use gm.item.list_inventory to view the transferred items.

WARNING: To permanently delete equipped items instead, use gm.item.remove_equipped.

Related Commands

Last Updated: 2025-12-16

Quick Links

🏠 Home | Quick Reference | Syntax Guide


Hero Commands
Clan Commands
Kingdom Commands
Settlement Commands
Item Commands
Troop Commands
Caravan Commands
Bandit Commands
Query Commands

Clone this wiki locally