Child Quests
Creating and Adding a Child Quest
When creating child quests, both the parent quest and child quest need to reference each other. The child quest must know the ID of it's parent quest and the parent quest must know the IDs of it's children. We can achieve this with the code below.
Removing Child Quests
Getting a Child Quest
You can get a child quest from its parent quest by ID, key, or its index in the list of children.
Last updated