Player Resource Consortium

Neverwinter Nights => Help => Topic started by: Wyrdwolf on April 20, 2011, 11:50:42 PM

Title: Circular File Dependency Detected
Post by: Wyrdwolf on 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?
Title: Circular File Dependency Detected
Post by: xwarren on April 21, 2011, 02:39:53 AM
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.