Jump to content

Oblivion CS Quest Help


KoolA1d

Recommended Posts

Hey guys, I'm sure this has been posted before but I couldn't find it so I'm just going to start a new thread. Anyway, here is my problem;

 

I am making a quest in the CS and I have the quest end, but in the game, the quest doesn't end, its just updated. Here is the script I am using at the end of the quest.

 

ModPCFame 1

Player.AddItem Gold001 50

StopQuest "My Quest"

 

Now all it does is update the quest. It doesn't put it into the "Completed Quest" tab. If someone could help me with this, I would be very grateful.

 

Thanks in advance,

Koola1d

Link to comment
Share on other sites

Beneath the Log Entry section on the last stage of your quest there is a place to tick which says Complete Quest.

You need to check that to stop the quest from continuing to run.

 

You also should add: SetStage like this:

 

SetStage MyQuest "stage number"

ModPCFame 1

Player.AddItem Gold001 50

StopQuest "MyQuest"

 

Hope this helps. :smile:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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