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
Finishing it off [SOLVED] THE STORY'S OUT!!!!!
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#7
RE: Finishing it off

It should be:

OnStart()
{
     SetEntityConnectionStateChangeCallback("LeverName", "LevFunc");
}
void LevFunc(string &in asEntity, int alState)
{
     if (alState == 1)
     {
          SetSwingDoorLocked("DoorName", false, true);
          SetLeverStuckState("LeverName", 1, true);
     }
}

(This post was last modified: 05-14-2011, 09:29 PM by Kyle.)
05-14-2011, 09:27 PM
Find


Messages In This Thread
RE: Finishing it off - by Kyle - 05-14-2011, 06:50 PM
RE: Finishing it off - by Karai16 - 05-14-2011, 07:18 PM
RE: Finishing it off - by Kyle - 05-14-2011, 07:22 PM
RE: Finishing it off - by Acies - 05-14-2011, 07:24 PM
RE: Finishing it off - by Karai16 - 05-14-2011, 08:53 PM
RE: Finishing it off - by Kyle - 05-14-2011, 09:27 PM
RE: Finishing it off - by Karai16 - 05-14-2011, 09:46 PM
RE: Finishing it off - by Roenlond - 05-14-2011, 09:59 PM
RE: Finishing it off - by Karai16 - 05-14-2011, 10:25 PM



Users browsing this thread: 1 Guest(s)