Jump to content
  • 0

Script message in Chat Window


Nikilei
 Share

You are about to reply to a thread that has been inactive for 3830 days.

Please take a moment to consider if this thread is worth bumping.

Question

3 answers to this question

Recommended Posts

  • 0

You don't, but whoever wrote the pathfinding script that you are using needs to debug the script.  It's clearly not written cleanly.  If you are the scripter and you are trying to figure out out to fix your own script, post your question in the LSL Scripting forum to get help from fellow scripters.  Otherwise, contact the person who wrote it..

  • Like 2
Link to comment
Share on other sites

  • 0

Just to give a bit of background, all pathfinding routines have to start with llCreateCharacter, which specifies how the prim containing the script is to behave (what its minimum and maxium speeds are, whether it's constrained to stay in a  particular parcel and so on).   If you try to call a pathfinding function (e.g. llPursue) without first having called llCreateCharacter, that's the error message you get.

 

  • Like 2
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3830 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...