© 2026 Hedgehog Software, LLC
<i class="fas fa-lock" on:click="{toggleLock}" />
function toggleLock() { $doc.update( { ["system.inventoryLocked"]: !$doc.system.inventoryLocked, }, { diff: true, diffData: true, diffSystem: true, render: false, } ); }
Join the Discord to ask follow-up questions and connect with the community
219 Members