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
Them Vert Doors
hoppem Offline
Junior Member

Posts: 44
Threads: 13
Joined: Nov 2011
Reputation: 1
#3
RE: Them Vert Doors

I dont understand, would it be like this

void OnStart
{
SetEntityConnectionStateChangeCallback("crank", CrankFunction);
}

void CrankFunction(string &in asEntity, int alState)
{
    if (alState == 1)
    {
        SetMoveObjectStateExt("vert", 0,5, 15, 0, false);
    }
}


12-20-2011, 03:09 AM
Find


Messages In This Thread
Them Vert Doors - by hoppem - 12-19-2011, 09:41 AM
RE: Them Vert Doors - by Your Computer - 12-19-2011, 12:00 PM
RE: Them Vert Doors - by hoppem - 12-20-2011, 03:09 AM



Users browsing this thread: 1 Guest(s)