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
Connecting levers
Cranky Old Man Offline
Posting Freak

Posts: 986
Threads: 20
Joined: Apr 2012
Reputation: 38
#3
RE: Connecting levers

The key line that you're looking for, might me this one:
if(GetLocalVarInt("VarLever_1") == 1 && GetLocalVarInt("VarLever_2") == 1 && GetLocalVarInt("VarLever_3") == 1 && GetLocalVarInt("VarLever_4") == 1)
{
// Activate key.

}

Noob scripting tutorial: From Noob to Pro

(This post was last modified: 04-23-2012, 06:45 PM by Cranky Old Man.)
04-23-2012, 06:44 PM
Find


Messages In This Thread
Connecting levers - by Sprytny - 04-23-2012, 05:59 PM
RE: Connecting levers - by LulleBulle - 04-23-2012, 06:32 PM
RE: Connecting levers - by Cranky Old Man - 04-23-2012, 06:44 PM
RE: Connecting levers - by Sprytny - 04-23-2012, 07:23 PM



Users browsing this thread: 1 Guest(s)