Author Topic: Is there a way to find whatever thing a script is attached to?  (Read 594 times)

Legacy_Grani

  • Hero Member
  • *****
  • Posts: 1040
  • Karma: +0/-0


               

When I built my module today, I got a compilation error with one script. The problem is, I don't remember it and don't know where this script is attached. All I know, by checking the script itself, is that it's supposed to go on actions taken in some conversation.


 


I don't see anything messed up in the script itself, so I guess it might have been misplaced by accident (though I don't remember this one at all ':unsure:' ).



               
               

               
            

Legacy_Proleric

  • Hero Member
  • *****
  • Posts: 1750
  • Karma: +0/-0
Is there a way to find whatever thing a script is attached to?
« Reply #1 on: July 15, 2014, 10:42:32 pm »


               When your module is open in the toolset, its components are placed in sub-folder temp0 in your nwn module folder. A text search on that folder with a tool that examines  content (e.g. Free Commander) will tell you which components reference a script or whatever.


There is also a powerful editing tool called Moneo for more advanced purposes.
               
               

               
            

Legacy_Grani

  • Hero Member
  • *****
  • Posts: 1040
  • Karma: +0/-0
Is there a way to find whatever thing a script is attached to?
« Reply #2 on: July 17, 2014, 01:42:06 pm »


               

I see, thanks.