Player Resource Consortium

 

Author Topic: Circular File Dependency Detected  (Read 2685 times)

0 Members and 1 Guest are viewing this topic.

April 20, 2011, 11:50:42 PM

That was what the script editor told me when I took a peek at prc_onaquire.

Rather:

Circular file dependency detected:
File prc_inc_spells includes itself.
Reverse heirarchy of files included from current file:

prc_inc_spells
inc_newspellbook
prc_inc_spells
prc_alterations

#include directive ignored


Should I worry about this?


April 21, 2011, 02:39:53 AM
Reply #1
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

Quote from: Wyrdwolf

That was what the script editor told me when I took a peek at prc_onaquire.

Rather:

Circular file dependency detected:
File prc_inc_spells includes itself.
Reverse heirarchy of files included from current file:

prc_inc_spells
inc_newspellbook
prc_inc_spells
prc_alterations

#include directive ignored


Should I worry about this?


PRC 3.4? - There is only one include in prc_onaquire.nss:
#include "prc_alterations"

I'll check that.