[zz_y7_const.INVEN] = function(self, user, argc, args)
local cd = user.WsCharacterData
-- no check argc but idc cuz its trash for rn
local empty_slot_count = _InventoryLogic:GetFreeSlots(cd, tonumber(args[2]))
local full_slot_count = _InventoryLogic:GetHoldCount(cd, tonumber(args[2]))
_ChatMessageLogic:Add(_ChatMessageType.System, "[Command/Inven] slot: " .. full_slot_count .. " / " .. empty_slot_count)
end,
이거 맞음?
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?