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
Unexpected end of file
MaZiCUT Offline
Senior Member

Posts: 536
Threads: 31
Joined: Jun 2012
Reputation: 17
#2
RE: Unexpected end of file

It's soppoused to be

void OnStart()
{
AddEntityCollideCallback("Player", "CloseDoor", "DoorClose", true, 1);
}


void DoorClose(correct syntax)
{
SetSwingDoorClosed("mansion_2", true, false);
}

Hi.
(This post was last modified: 06-25-2012, 05:52 PM by MaZiCUT.)
06-25-2012, 05:50 PM
Website Find


Messages In This Thread
Unexpected end of file - by LulleBulle - 06-25-2012, 05:45 PM
RE: Unexpected end of file - by MaZiCUT - 06-25-2012, 05:50 PM
RE: Unexpected end of file - by Cruzore - 06-25-2012, 05:51 PM



Users browsing this thread: 1 Guest(s)