есть
вот тебе на перемещение 2 кусков от пачки из первого слота в первый попавшийся свободный.PHP код:
/script local x = 2 for bag=0,4 do for slot=1,GetContainerNumSlots(bag) do local l = GetContainerItemLink(bag, slot) if not l then SplitContainerItem(0, 1, x) PickupContainerItem(bag, slot) end end end