KoolA1d Posted April 11, 2009 Share Posted April 11, 2009 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 1Player.AddItem Gold001 50StopQuest "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 More sharing options...
Maigrets Posted April 12, 2009 Share Posted April 12, 2009 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 1Player.AddItem Gold001 50StopQuest "MyQuest" Hope this helps. :smile: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.