Jump to content

"script property already defined" error - driving me insane


Recommended Posts

I've been working on a huge project lately, made a lot of great advances, and now THIS:

 

 

Papyrus Compiler Version 2.8.0.4 for Fallout 4
Copyright © ZeniMax Media. All rights reserved.
Starting 1 compile threads for 1 files...
Compiling "DOD_:Fragments:Quests:QF_DODbunkerquestintro_01002E1A"...
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(29,0): function variable instanceID already defined in the same scope
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(72,15): script property DODlightsturnon5 already defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(72,15): script variable ::DODlightsturnon5_var already defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(72,15): script property DODlightsturnon5 already has a get function defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(74,15): script property DODlightsturnon2 already defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(74,15): script variable ::DODlightsturnon2_var already defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(74,15): script property DODlightsturnon2 already has a get function defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(78,15): script property DODlightsturnon2 already defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(78,15): script variable ::DODlightsturnon2_var already defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(78,15): script property DODlightsturnon2 already has a get function defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(82,15): script property DODlightsturnon2 already defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(82,15): script variable ::DODlightsturnon2_var already defined
C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(82,15): script property DODlightsturnon2 already has a get function defined
No output generated for DOD_:Fragments:Quests:QF_DODbunkerquestintro_01002E1A, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on DOD_:Fragments:Quests:QF_DODbunkerquestintro_01002E1A

 

I can't compile scripts in that quest and the script properties listed above aren't even listed under the properties section.

Edited by charliedfsf
Link to comment
Share on other sites

Good that you found the issue!

Just a small tipp:

Get the editor: Visual Studio Code from Microsoft and then add the papyrus extension. You can also add an compiler extension.

The editor is perfect and makes it easy to manipulate code. The extension provides syntax and coloration of the code. Its a must have and very very easy to set up.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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