Add z item management menu with transfer and yes/no confirmation

This commit is contained in:
Jage9
2026-02-28 05:11:49 -05:00
parent 8a2b95ce68
commit b0fa040d33
14 changed files with 476 additions and 28 deletions

View File

@@ -243,7 +243,7 @@
{
"type": "item_action_result",
"ok": true,
"action": "add | pickup | drop | delete | use | update",
"action": "add | pickup | drop | delete | transfer | use | secondary_use | update",
"message": "human-readable status",
"itemId": "optional-item-id"
}