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 ?
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#11
RE: do i need a script if i want to lock a chest with padlocks ?

i understand now a little but... but do i have to typ the name of the chest or...
i don't understand i have 2 chests... i need them both locked... need i one ? script codE ?
07-21-2014, 09:15 AM
Find
victorkim890(KimmyChimmy) Offline
Senior Member

Posts: 316
Threads: 1
Joined: Jun 2014
Reputation: 1
#12
RE: do i need a script if i want to lock a chest with padlocks ?

then u need 2

but there same

just different chest

(This post was last modified: 07-21-2014, 09:19 AM by victorkim890(KimmyChimmy).)
07-21-2014, 09:18 AM
Find
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
victorkim890(KimmyChimmy) Offline
Senior Member

Posts: 316
Threads: 1
Joined: Jun 2014
Reputation: 1
#14
RE: do i need a script if i want to lock a chest with padlocks ?

tats wat i basically did in my vid


07-21-2014, 01:49 PM
Find




Users browsing this thread: 1 Guest(s)