Jump to content

Im following the quest creation guide ok the creation kit wiki running


LegendXz

Recommended Posts

I have been following the guide to making a quest on the creation kit wiki and it has been very simple to me for the most part . But im at the point when i make a script for when the enemey dies and everytime i try to compile my script doing just what the guide says i get errors . Here is what the guide says "The top line (Scriptname GSQThiefScript extends ObjectReference) is boilerplate that the editor made for us when we created the script. A few lines below that is the textual version of the property we made.

At the bottom of the text, copy and paste the following snippet of code.

Event OnDeath(Actor killer)

TutorialQuest.SetStage(20)

EndEvent

 

 

 

Ok so i do that then when i try to save the script i get these errors

Starting 1 compile threads for 1 files...

Compiling "KCQTHELIARSCRIPT"...

C:\Program Files (x86)\Steam\SteamApps\common\skyrim\Data\Scripts\Source\temp\KCQTHELIARSCRIPT.psc(4,15): SetStage is not a function or does not exist

C:\Program Files (x86)\Steam\SteamApps\common\skyrim\Data\Scripts\Source\temp\KCQTHELIARSCRIPT.psc(4,15): cannot call the member function SetStage alone or on a type, must call it on a variable

No output generated for KCQTHELIARSCRIPT, compilation failed.

 

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

Failed on KCQTHELIARSCRIPT

 

 

Btw i renamed the quest if your wondering why the name is different . I made some things my own but nothing that should effect this . Please respond as soon as possible thanks :)

Link to comment
Share on other sites

Ok somehow i fixed it . It seems that i was saving the scripts anyways even though i told it not to and it was no read some of the commands right or something . So what i did was rename the quest how before it was tutorial . I renamed it to liar with the other commands as well and that worked fine .:/ oh well i got it now
Link to comment
Share on other sites

  • Recently Browsing   0 members

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