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
2 if statements(Solved)
Adny Offline
Posting Freak

Posts: 1,766
Threads: 6
Joined: Mar 2012
Reputation: 173
#2
RE: 2 if statements

Try this:


if(GetSwingDoorLocked("Librarydoor") == false && HasItem("BeroomKey") == false)
{
AddTimer("Libraryquest", 0.0f, "CheckLibraryKey");
}

I rate it 3 memes.
08-06-2012, 09:31 AM
Find


Messages In This Thread
2 if statements(Solved) - by Lukaboy8 - 08-06-2012, 09:06 AM
RE: 2 if statements - by Adny - 08-06-2012, 09:31 AM
RE: 2 if statements - by Lukaboy8 - 08-06-2012, 10:12 AM



Users browsing this thread: 1 Guest(s)