Description
Wiki Description
Starts this quest. Is latent and will not return until the quest is actually started (and any start-up stage fragments run).
Documentation Comment
Starts the quest - returns whether the quest was able to be started or not
This function is latent and will wait for the quest to start up before returning
Caveats
CK Wiki - Notes
- Starting a quest will trigger the population of aliases with a Fill Type of Find Matching Reference
- Quests started with this command while the game is in menu mode will not initialize until the menu has been exited.
Examples
; Starts the main quest
MainQuestProperty.Start()Auto-Generated Example
bool returnedValue = myQuest__toCallFunctionOn.Start()