New (Blank) Script Won't Compile?

Post » Sun Jul 24, 2016 3:12 am

I'm trying to add a script to a section of quest dialogue.


However, when I go to the Quest>DialogueViews>Branch>TopicInfo popup window, and try to add a new script (that is blank), I get this error message:



"Starting 1 compile threads for 1 files...

Compiling "AAQD1A"...

E:\SteamLibrary\steamapps\common\skyrim\Data\Scripts\Source\Spell.psc(66,19): unknown type equipslot

E:\SteamLibrary\steamapps\common\skyrim\Data\Scripts\Source\Spell.psc(67,32): unknown type equipslot

No output generated for AAQD1A, compilation failed.


Batch compile of 1 files finished. 0 succeeded, 1 failed.

Failed on AAQD1A"


And it is confusing the hell out of me, because it should not be accessing any "spell.psc" at all in this context. For starters, whatever other scripts came with the game I've not touched, there are no mods attached to this installation of skyrim but the one I'm working on, and I've never edited any "Spell.psc." Regardless, I have no idea what this problem even is, nor why it is preventing me from editing or creating any new scripts?


The line of code I want on this dialogue is a simple "GetOwningQuest().SetStage(15)," and I've no idea why I keep getting the above error message instead.


I found the script .psc file, and compared it to the file in my skyrim directory on my laptop, and the two are identical (neither installation has any mods).
User avatar
Emily Jeffs
 
Posts: 3335
Joined: Thu Nov 02, 2006 10:27 pm

Post » Sun Jul 24, 2016 2:59 am

I figured it out. Registry entry error. Resolved.

User avatar
Megan Stabler
 
Posts: 3420
Joined: Mon Sep 18, 2006 2:03 pm


Return to V - Skyrim