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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I - disable all hints/turn on lights with a switch?
OriginalUsername Offline
Posting Freak

Posts: 896
Threads: 42
Joined: Feb 2013
Reputation: 34
#12
RE: How do I - disable all hints/turn on lights with a switch?

You'll have to change
SetLocalVarInt("candlestick_wall_1", 1);
to
SetLocalVarInt("candlestick_wall_1", 0);
so it'll direct the script to the part where it turns the lights on instead of where it turns the lights off.
08-05-2013, 09:06 AM
Find


Messages In This Thread
RE: How do I - disable all hints/turn on lights with a switch? - by OriginalUsername - 08-05-2013, 09:06 AM



Users browsing this thread: 1 Guest(s)