» Mon May 28, 2012 9:05 am
GetStage "quest id" - Used to get the current quest stage for given quest ID (use command ShowQuestTargets for IDs).
player.sqs "quest id" - Used to display all the stages of a quest
SetStage "quest id" "stage value" - Used to set the quest stage (Useful for bugged quests) use command ShowQuestTargets for quest IDs and player.sqs to show how many stages are there (note that you have set the stage one at a time in order to get its effect.)
replace the quoted part with the variables. Let me know the name of the quest and I can find the exact variable for you if you'd like.