Project Zomboid

Project Zomboid

Snake's Mod Pack
눈_눈 20. apr. 2023 kl. 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
Sidst redigeret af 눈_눈; 20. apr. 2023 kl. 7:51