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
Secret door won't work
Putmalk Offline
Senior Member

Posts: 290
Threads: 13
Joined: Apr 2012
Reputation: 15
#5
RE: Secret door won't work

Below is copied code from old_archives. They did the same thing you're trying to do; this is how you accomplish moving a secret door.

When in doubt, always check to see how the creators did it.

ConnectEntities("door_connection",        //Name of connection
        "secret_lever",     //Parent entity (Affects)
        "secret_door",    //Child entity     (Affected)
        false,        //Invert the state sent
        1,         //States used (0=both), checked before invertion.
        "CreateDust");    //callback

06-02-2012, 07:26 PM
Find


Messages In This Thread
Secret door won't work - by Shives - 06-02-2012, 02:19 PM
RE: Secret door won't work - by i3670 - 06-02-2012, 02:25 PM
RE: Secret door won't work - by Your Computer - 06-02-2012, 03:14 PM
RE: Secret door won't work - by Shives - 06-02-2012, 07:16 PM
RE: Secret door won't work - by Your Computer - 06-02-2012, 07:28 PM
RE: Secret door won't work - by Putmalk - 06-02-2012, 07:26 PM



Users browsing this thread: 1 Guest(s)