charizardwithatwist Posted November 25, 2016 Share Posted November 25, 2016 Starting 1 compile threads for 1 files...Compiling "CraftableTorchesScript"...C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\Game.psc(251,57): unknown type imagespacemodifierC:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\Actor.psc(454,28): unknown type idleC:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\Actor.psc(457,38): unknown type idleC:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\ObjectReference.psc(477,45): unknown type impactdatasetNo output generated for CraftableTorchesScript.psc, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on CraftableTorchesScript.psc Here is the script ; Scriptname CraftableTorchesScript extends ObjectReference MiscObject Property CraftableTorchesMiscItem Auto Light Property Torch01 Auto Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer) if akNewContainer == Game.GetPlayer() Game.GetPlayer().AddItem(Torch01, 1, true) Game.GetPlayer().RemoveItem(CraftableTorchesMiscItem, 1, true) endif endEvent Nothing wrong with it but, i do get the same error when i try it with the other scripts as well. I am using the new SSE Creation Kit by the way. Link to comment Share on other sites More sharing options...
NexusComa Posted November 25, 2016 Share Posted November 25, 2016 Looks like this isn't the whole script ... Link to comment Share on other sites More sharing options...
charizardwithatwist Posted November 25, 2016 Author Share Posted November 25, 2016 (edited) Edit : Fixed the error. Edited November 25, 2016 by charizardwithatwist Link to comment Share on other sites More sharing options...
Recommended Posts