grasscid Posted January 18, 2013 Share Posted January 18, 2013 I've been hard at work on my latest mod and I've nearly finished, but there is a problem: I tried to set a script property for the dragonpriestdagger so that it could be added to the players inventory upon completion of a portion of the quest. Something strange happened and now when I try to compile ANYTHING, I get the following: Starting 1 compile threads for 1 files...Compiling "QF_Paarthurnaxpriestquest_01000D65"...c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(65,16): script property DragonPriestDagger already definedc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(65,16): script variable ::DragonPriestDagger_var already definedc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(65,16): script property DragonPriestDagger already has a get function definedc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(65,16): script property DragonPriestDagger already has a set function definedc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(67,16): script property DragonPriestDagger already definedc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(67,16): script variable ::DragonPriestDagger_var already definedc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(67,16): script property DragonPriestDagger already has a get function definedc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(67,16): script property DragonPriestDagger already has a set function definedNo output generated for QF_Paarthurnaxpriestquest_01000D65, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on QF_Paarthurnaxpriestquest_01000D65 Anyone know what to do? Link to comment Share on other sites More sharing options...
Recommended Posts