[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,
이거 맞음?
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
45388 | 02-28 | 1507 | ||
45387 | 02-28 | 337 | ||
45386 | 02-28 | 305 | ||
45385 | 02-28 | 276 | ||
45384 | 로나 1ㄷ1+1 | 02-28 | 297 | |
45383 | 02-28 | 282 | ||
45382 | 02-28 | 281 | ||
45381 | 02-28 | 624 | ||
45380 | 02-28 | 305 | ||
45379 | 02-28 | 355 | ||
45378 | 02-28 | 436 | ||
45377 | 02-28 | 358 | ||
45376 | 02-28 | 269 | ||
45375 | 02-28 | 341 | ||
45374 | 02-28 | 433 | ||
45373 | 02-28 | 297 | ||
45372 | 02-28 | 302 | ||
45371 | 02-28 | 244 | ||
45370 | 02-28 | 290 | ||
45369 | 02-28 | 403 |
댓글1
맞는거 같은데 인벤토리 타입이 안정해져있는데?