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
#5
RE: do i need a script if i want to lock a chest with padlocks ?

Use SetLeverStuckState, because the chest is not considered a door, but rather a lever with an on and off state (open and closed).

PHP Code: (Select All)
SetLeverStuckState(stringasNameint alStatebool abEffects); 

07-21-2014, 03:52 AM
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, 03:52 AM



Users browsing this thread: 2 Guest(s)