Jump to content

what is wrong with my papyrus compiler?


Recommended Posts

Posted

Starting 1 compile threads for 1 files...
Compiling "TIF__1000ABA3"...
E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\TIF__1000ABA3.psc(11,0): mismatched input 'Scriptname' expecting ENDFUNCTION
E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\TIF__1000ABA3.psc(18,88): extraneous input 'D' expecting RPAREN
E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\temp\TIF__1000ABA3.psc(31,0): missing EOF at 'EndFunction'
No output generated for TIF__1000ABA3, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on TIF__1000ABA3

 

Posted (edited)

Don't take papyrus errors too literally. For instance, most of the time it complains about loops when loops have nothing to do with the issue. Basically all that means is you got a syntax error. Probably on line 1, as that's usually where "ScriptName" is. Post your script. Edit: Post the contents of TIF__1000ABA3.psc.

Edited by traison
Posted
1 hour ago, traison said:

Don't take papyrus errors too literally. For instance, most of the time it complains about loops when loops have nothing to do with the issue. Basically all that means is you got a syntax error. Probably on line 1, as that's usually where "ScriptName" is. Post your script. Edit: Post the contents of TIF__1000ABA3.psc.

 

Untitled1.jpg

Untitled2.png

Posted
2 hours ago, traison said:

Don't take papyrus errors too literally. For instance, most of the time it complains about loops when loops have nothing to do with the issue. Basically all that means is you got a syntax error. Probably on line 1, as that's usually where "ScriptName" is. Post your script. Edit: Post the contents of TIF__1000ABA3.psc.

 

The thing is is when I compile from inside the tif file it says compiled succefully

Untitled3.jpg

Posted
11 hours ago, Ritsuka27 said:

The thing is is when I compile from inside the tif file it says compiled succefully

 

That's because that's TIF_000FE6F6.psc. Your syntax error is in TIF__1000ABA3.psc.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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