Frictional Games Forum (read-only)

Full Version: stuckstate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i tried to make my chest stuck at max but didnt work

SetPropObjectStuckState("chest_small_3",1);

?
Try SetLeverStuckState instead. Chests act like levers and so the Prop script might not affect it.
thank you. it worked