4 lines
88 B
Lua
4 lines
88 B
Lua
function inventory_share_func(invid, slotid)
|
|
inventory.set(invid, slotid, 0, 0)
|
|
end
|