I've been scripting a lot, and the compiler's been a huge help, but suddenly it has started checking base scripts too?
This is the debug log from a single script I wrote and compiled without compiling any other scripts:
Spoiler
Starting 1 compile threads for 1 files...
Compiling "fpoHALevelCheckScript"...
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(170,17): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(220,36): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(377,34): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(439,32): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(463,35): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(525,33): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(554,32): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(565,30): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Cell.psc(7,17): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Cell.psc(22,33): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(254,17): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(544,33): unknown type faction
No output generated for fpoHALevelCheckScript, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on fpoHALevelCheckScript
Starting 1 compile threads for 1 files...
Compiling "fpoHALevelCheckScript"...
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(170,17): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(220,36): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(377,34): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(439,32): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(463,35): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(525,33): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(554,32): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(565,30): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Cell.psc(7,17): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Cell.psc(22,33): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(254,17): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(544,33): unknown type faction
No output generated for fpoHALevelCheckScript, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on fpoHALevelCheckScript
How do I stop it from checking other scripts?
Also, I consider it interesting that Beth's base scripts contain errors and cannot compile properly.
Thank you for reading

