ID:150198
 
I have included PathFinding in my current project so that the usr can get to an object when clicked. When I compile my code, however, I get the following error: "...implementation.dm:10:unable to open ."

Any suggestions how I can fix this?
download deadron's library, there is an actual file called deadron's library, go download it
In response to FIREking
I had already thought of that and so I downloaded it. I still have the same problem.
In response to Evilkevkev
Just include the implementation file and done use the <deadrons> stuff
That works for me so try it
In response to Evilkevkev
Just include the implementation file and done use the <deadrons> stuff
That works for me so try it
In response to Richter
I do what you said, implimentation can't use a lot of the procs included in PathFinding.dm.

When i included them into my game, I used the tree in DM and just checked "Deadron.PathFinding" or whatever it is.