Jump to content

[LE] Always the same error (Papyrus Compiler)


Recommended Posts

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 imagespacemodifier

C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\Actor.psc(454,28): unknown type idle

C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\Actor.psc(457,38): unknown type idle

C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\ObjectReference.psc(477,45): unknown type impactdataset

No 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

  • Recently Browsing   0 members

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