Sigoles
Discord: @sigoles
- Joined
- Nov 20, 2015
- Messages
- 1,200
- Solutions
- 2
- Reaction score
- 149
how to check items inside containers inside one parcel per example?
in this picture, to check items from all containers inside parcel
tfs 1.2
in this picture, to check items from all containers inside parcel

tfs 1.2
LUA:
if item and item:getId() == 2595 then
if item:getItemHoldingCount() ~= 0 then
if (getContainerItem(item.uid, 0).itemid == 29526) then