Project Zomboid

Project Zomboid

Snake's Mod Pack
눈_눈 2023 年 4 月 20 日 上午 7:50
Suggestion for TableSaw
sawlogsMenu.lua
add for onSaw function

if not ItemBase:isEquipped() then
ISTimedActionQueue.add(ISInventoryTransferAction:new(playerObj, ItemBase, ItemBase:getContainer(), playerInv)) -- It makes you can use items in backpack
ISTimedActionQueue.add(ISEquipWeaponAction:new(playerObj, ItemBase, 50, true, false))
end
最后由 눈_눈 编辑于; 2023 年 4 月 20 日 上午 7:51