Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
do i need a script if i want to lock a chest with padlocks ?
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#13
RE: do i need a script if i want to lock a chest with padlocks ?

An example of the line could be:

PHP Code: (Select All)
SetLeverStuckState("Big", -1false); 

I forgot which state was closed, it might be 1 instead of -1. Basically this will make it stuck in that state. If you copy the line and edit the name to be "small" as well, then both will be locked.

If you set the stuck state to 0, it will be unlocked.

07-21-2014, 01:40 PM
Find


Messages In This Thread
RE: do i need a script if i want to lock a chest with padlocks ? - by Mudbill - 07-21-2014, 01:40 PM



Users browsing this thread: 1 Guest(s)