The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
My Basement settings...
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#1
My Basement settings...

i already asked this... and i'm working for it now.. but it doesn't work.. i don't know how...
i have 3 buttons , 1 lever.
1 button (in the middle) can't be pushed , if you do it tells that you need to push 2 buttons and 1 lever...
so i place 2 buttons on other rooms and 1 lever.. if you push the buttons (and the lever) the Middle button can be activated! so i can use it then... How can i do this ?! i have already scripts...

PHP Code: (Select All)
void PressButton(string &in asEntity)
{
    if(
GetLocalVarInt("Button1") == && GetLocalVarInt("Button2") == 1) {
        
SetEntityActive("Area"false);
        return;
    }
    else 
SetLocalVarInt(asEntity1);

yes my first button name is button1 and the second one button2 and the Area's name is Area
i have only this... but i CAN push the third button.. can someone help me ? Sad
08-30-2014, 11:42 AM
Find


Messages In This Thread
My Basement settings... - by Amnesiaplayer - 08-30-2014, 11:42 AM
RE: My Basement settings... - by Mudbill - 08-30-2014, 12:37 PM
RE: My Basement settings... - by Amnesiaplayer - 08-30-2014, 12:49 PM



Users browsing this thread: 1 Guest(s)