Tabletop Simulator

Tabletop Simulator

The Kraken Table
Shauny Boy 1 Jul, 2020 @ 2:13pm
Locking Drawers
Assuming I'm a novice at this kind of stuff, and have little idea on scripting, is there a way to "Lock" all the drawers extensions open, to avoid accidental closing, and bits flying everywhere?
im guessing its in the script, but what would I be looking for?
< >
Showing 1-2 of 2 comments
Lily  [developer] 7 Jul, 2020 @ 4:36am 
For either the extensions or the player boards, extend the desired items, then make a new save with the table in the desired state.

Load this new save and navigate on the top to "Modding", then "Scripting".
From here, you can choose the desired boards and extensions, and replace all the content of their scripts with:

function onLoad() self.interactable = false; end

Once done, click on "Save & Play".

This will remove the buttons to toggle their states, as well as making them non-interactive as to prevent accidental unlocks.
Shauny Boy 7 Jul, 2020 @ 8:30am 
Lily You are a god send ... thank you so much
< >
Showing 1-2 of 2 comments
Per page: 1530 50