FalloutNewVegasCommands.com

GetQuestCompleted Console Command

Documentation and examples for the GetQuestCompleted command in Fallout: New Vegas.

GetQuestCompleted

Quest

This command checks the completion status of the current quest. It returns 1 if the quest is complete and 0 if it is not. A return value of 1.00 indicates the quest is finished, whereas 0.00 means it remains incomplete.

Examples

Here is an example of how to use GetQuestCompleted.

Returns 1 if the quest is complete, 0 if it is not.

In-depth description

What GetQuestCompleted does

GetQuestCompleted checks the completion status of a quest and prints 1 if it is finished or 0 if it is not. It is used in scripting and debugging to confirm a quest's state. Open the console and run it against the quest you want to check.