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
Script Help Newbie problems that are driving me crazy!
GoranGaming Offline
Member

Posts: 183
Threads: 30
Joined: Feb 2012
Reputation: 7
#10
RE: Newbie problems that are driving me crazy!

void OnStart()
{
SetPlayerInteractCallback("door", "InteractDoor", false);

}

void InteractDoor(string &in asEntity)
{
if(GetSwingDoorLocked== true)
{
SetMessage("Category", "Message", 0);
}
else
{
//Do nothing
}
}

Current projects:

The Dark Prison 85 % (Stopped working on this one)

Unnamed Project 7 %
09-21-2012, 08:46 PM
Website Find


Messages In This Thread
RE: Newbie problems that are driving me crazy! - by GoranGaming - 09-21-2012, 08:46 PM



Users browsing this thread: 4 Guest(s)