Quest
- Found in:
- Vanilla
Inheritance Tree
| Script | Extended By |
|---|---|
| — |
Structs
Properties
Events
Functions
- Found in:
- Vanilla
Mods a global variable in a threadsafe way. Optional parameters allow automatic redisplay and completion (or failure) of a quest objective using this global variable.
- Found in:
- Vanilla
kmk- for testing - sets all stages up to lastStage
- Found in:
- Vanilla
Sets the quest stage on the specified quest.
- Found in:
- Vanilla
Returns whether the specified quest stage is set.
- Found in:
- Vanilla
Sets the specified objective as skipped (hidden in this case, if it wasn't completed)
- Found in:
- Vanilla
Flags all objectives on this quest as complete.
- Found in:
- Vanilla
Flags this quest as completed.
- Found in:
- Vanilla
Flags all objectives on this quest as failed.
- Found in:
- Vanilla
Obtains whether the specified stage is done or not.
- Found in:
- Vanilla
Returns whether or not the quest has the given objective.
- Found in:
- Vanilla
Checks to see if this quest is completed.
- Found in:
- Vanilla
Obtains whether the specified quest objective is completed or not.
- Found in:
- Vanilla
Obtains whether the specified quest objective is displayed or not.
- Found in:
- Vanilla
Obtains whether the specified quest objective is failed or not.
- Found in:
- Vanilla
Obtains whether the specified stage is done or not.
- Found in:
- Vanilla
Checks to see if this quest is in the process of starting up.
- Found in:
- Vanilla
Checks to see if this quest is in the process of shutting down.
- Found in:
- Vanilla
Resets all speech challenges in player dialogue scenes for this quest.
- Found in:
- Vanilla
Attempts to set the quest's current stage. If the stage exists, and was successfully set, the function returns true. Otherwise, the function returns false and the stage is unchanged. Is latent and will wait for the quest to start if it has to start the quest. If the stage has any fragments attached to it, the function will also wait for those fragments to finish running before returning.
- Found in:
- Vanilla
Sets whether the specified quest objective is completed or not.
- Found in:
- Vanilla
Sets whether the specified quest objective is displayed or not.
- Found in:
- Vanilla
Sets whether the specified quest objective is failed or not.
- Found in:
- Vanilla
Attempts to set the quest's current stage. If the stage exists, and was successfully set, the function returns true. Otherwise, the function returns false and the stage is unchanged. Is latent and will wait for the quest to start if it has to start the quest. If the stage has any fragments attached to it, the function will also wait for those fragments to finish running before returning.
- Found in:
- Vanilla
Attempts to update the stored value of the given global in the instance data for the quest's current instance. The function only returns false on failure which can be caused by calling the function when there is no active instance on the quest or by passing a global not in the quest's text global list.
