Frictional Games Forum (read-only)

Full Version: Locking Chests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to Lock a Chest, So a Key can unlock it??
Select it in the level editor, and go to the entity tab. Set its stuck state to 'Min'. Then in your script, add a use-item callback which calls SetPropObjectStuckState("chest", 0); once you 'unlock' the chest.