Starting 1 compile threads for 1 files...Compiling "QF_DnDFighterLevelQuest_01003152"...c:\program files\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_DnDFighterLevelQuest_01003152.psc(5,0): missing EOF at 'Scriptname'No output generated for QF_DnDFighterLevelQuest_01003152, compilation failed.Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on QF_DnDFighterLevelQuest_01003152
What the heck is missing EOF at Scriptname? I've tried everything to fix this, and to no avail. Even deleting the file doesn't help, as it somehow resurrects itself perfectly intact.
Here is the fragment code, but I don't think there's any hinkiness here...
Scriptname QF_DnDFighterLevelQuest_01003152 Extends Quest Hidden;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 7;BEGIN ALIAS PROPERTY PlayerLevellingAlias;ALIAS PROPERTY TYPE ReferenceAliasReferenceAlias Property Alias_PlayerLevellingAlias Auto;END ALIAS PROPERTY;BEGIN FRAGMENT Fragment_2Function Fragment_2();BEGIN CODE;;END CODEEndFunction;END FRAGMENT;BEGIN FRAGMENT Fragment_5Function Fragment_5();BEGIN CODE(self as quest).Stop();END CODEEndFunction;END FRAGMENT;END FRAGMENT CODE - Do not edit anything between this and the begin comment
