Jump to content

Issues making my first quest


Recommended Posts

Posted

I'm relatively new to using Skyrim creation kit, especially with coding and creating quests. While trying to advance the quest stages in creation kit I've been getting an error code and don't know how to solve it.  I was using the following code when compiling to advance the stage from 0 to 10 after talking to the quest giver. 

GetOwningQuest().SetObjectiveDisplayed(10)

GetOwningQuest().SetStage(10)

However, after putting that in I keep getting this error code
 

Starting 1 compile threads for 1 files...
Compiling "TIF__02003360"...
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02003360.psc(0,0): unable to locate script TopicInfo
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02003360.psc(6,36): unknown type objectreference
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02003360.psc(7,31): cannot convert to unknown type actor
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02003360.psc(7,31): cannot cast a objectreference to a actor, types are incompatible
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02003360.psc(7,6): unknown type actor
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02003360.psc(9,0): GetOwningQuest is not a function or does not exist
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02003360.psc(9,17): none is not a known user-defined type
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02003360.psc(10,0): GetOwningQuest is not a function or does not exist
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02003360.psc(10,17): none is not a known user-defined type
No output generated for TIF__02003360, compilation failed.

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

Any help would be appreciated

Posted
2 hours ago, Swe-DivX said:

Did you install the source scripts?

I forgot to update this post. Apparently, there was a zip file in the data folder that I needed to extract. I did that and everything worked. I got everything compiled with zero errors. 

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...