You are on page 1of 1

/run for b=0,4 do for s=1,GetContainerNumSlots(b)do local n=GetContainerItemLink

(b,s);if n and string.find(n,"Roasted Beef") then PickupContainerItem(b,s);Delet


eCursorItem();end;end;end;
/run for b=0,4 do for s=1,GetContainerNumSlots(b)do local n=GetContainerItemLink
(b,s);if n and string.find(n,"Sparkling Oasis Water") then PickupContainerItem(b
,s);DeleteCursorItem();end;end;end;

You might also like