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
I Just Don't Understand
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#2
RE: I Just Don't Understand

Make a script area in the corner, write the function*:
void  AddEntityCollideCallback(string& asParentName, string& asChildName, string& asFunction, bool abDeleteOnCollide, int alStates);

For "asFunction" part, write a new function like:
void ThisIsAFunction()
{
      open the door, add a force or something like that.
}

For good examples, open the main games's hps files, in the maps folder.

*http://wiki.frictionalgames.com/hpl2/amnesia/script_functions

(This post was last modified: 01-16-2011, 03:35 AM by Tanshaydar.)
01-16-2011, 03:34 AM
Website Find


Messages In This Thread
I Just Don't Understand - by Crunchygoblin - 01-15-2011, 11:30 PM
RE: I Just Don't Understand - by Tanshaydar - 01-16-2011, 03:34 AM
RE: I Just Don't Understand - by Crunchygoblin - 01-16-2011, 12:11 PM
RE: I Just Don't Understand - by Tottel - 01-16-2011, 12:29 PM
RE: I Just Don't Understand - by Makiavel - 01-16-2011, 09:33 PM
RE: I Just Don't Understand - by Crunchygoblin - 01-17-2011, 09:19 AM
RE: I Just Don't Understand - by Andross - 01-17-2011, 10:20 AM
RE: I Just Don't Understand - by Crunchygoblin - 01-17-2011, 09:38 PM
RE: I Just Don't Understand - by Tottel - 01-17-2011, 09:50 PM
RE: I Just Don't Understand - by Andross - 01-18-2011, 11:21 PM
RE: I Just Don't Understand - by Equil - 01-19-2011, 07:09 AM



Users browsing this thread: 1 Guest(s)