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
The "if" statement
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#2
RE: The "if" statement

void FunctionThatIsCalledWhenClickingDoor (Syntax)
{
if(HasItem("entrykey"))
{
SetMessage script
}
else
{
Other SetMessage script.
}
}

03-20-2012, 08:11 PM
Find


Messages In This Thread
The "if" statement - by JordanWeigle - 03-20-2012, 08:05 PM
RE: The "if" statement - by Obliviator27 - 03-20-2012, 08:11 PM
RE: The "if" statement - by JordanWeigle - 03-20-2012, 08:16 PM



Users browsing this thread: 1 Guest(s)