I have one quest running and I'd like to force the start of another quest by advancing it's stage. I'm unsure how to do this. I'd like to do it from the end fragment in the first quest's stage dialog. To do this I know I need to add "QuestToStart" as a property of the end fragment. Couple questions;
1. What type is the property? Quest?
2. How do I assign the quest name to QuestToStart?
3. How do i force the stage advance?
Total noob so please be patient.