abroconutcrab Posted June 1, 2014 Share Posted June 1, 2014 Starting 1 compile threads for 1 files... Compiling "TIF__020028B7"... C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__020028B7.psc(18,15): script property Minty already defined C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__020028B7.psc(18,15): script variable ::Minty_var already defined C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__020028B7.psc(18,15): script property Minty already has a get function defined C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__020028B7.psc(18,15): script property Minty already has a set function defined C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__020028B7.psc(22,15): script property mintylove already defined C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__020028B7.psc(22,15): script variable ::Mintylove_var already defined C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__020028B7.psc(22,15): script property mintylove already has a get function defined C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__020028B7.psc(22,15): script property mintylove already has a set function defined No output generated for TIF__020028B7, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TIF__020028B7 Anybody got an idea of how to solve this? Link to comment Share on other sites More sharing options...
IsharaMeradin Posted June 1, 2014 Share Posted June 1, 2014 It looks like you may have multiple fragments each with duplicate properties attached. You can only have one instance of a property variable (or any variable for that matter) defined in a script. I've not worked with script fragments themselves so I am unsure as to the exact solution. But it might be as simple as removing the extra definitions. Then again, there is always the chance that it is something else. So posting your script will help others to help you. Link to comment Share on other sites More sharing options...
abroconutcrab Posted June 1, 2014 Author Share Posted June 1, 2014 I was able to fix it, you were right about the properties on the fragments. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts