Project Zomboid

Project Zomboid

Snake's Mod Pack
눈_눈 20 Apr, 2023 @ 7:50am
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
Last edited by 눈_눈; 20 Apr, 2023 @ 7:51am