Add TokenType.ITEM_HELD_CONTAINER #512

Open
opened 2026-05-31 01:37:04 -07:00 by scion · 0 comments
Owner

ITEM_HELD only finds things in your top-level inventory.

ITEM_HELD_CONTAINER would find something exactly one level deep in containers (to support GET ). If you have deeper layered containers you have to get them out one at a time which brings each subsequent one up to one level deep as you go.

ITEM_HELD_RECURSIVE would find anything anywhere in your inventory. (Speculative - useful for magic maybe?)

ITEM_HELD only finds things in your top-level inventory. ITEM_HELD_CONTAINER would find something exactly one level deep in containers (to support GET <item> <held container>). If you have deeper layered containers you have to get them out one at a time which brings each subsequent one up to one level deep as you go. ITEM_HELD_RECURSIVE would find anything anywhere in your inventory. (Speculative - useful for magic maybe?)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
agony-forge/agonyforge#512
No description provided.