Jump to content

Getting wierd and annoying error while compiling script


grasscid

Recommended Posts

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 defined

c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(65,16): script variable ::DragonPriestDagger_var already defined

c:\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 defined

c:\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 defined

c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(67,16): script property DragonPriestDagger already defined

c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_Paarthurnaxpriestquest_01000D65.psc(67,16): script variable ::DragonPriestDagger_var already defined

c:\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 defined

c:\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 defined

No 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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...