kyrahnis Posted February 8, 2013 Share Posted February 8, 2013 The quest I'm designing creates two objectives, both from the same stage, that can be completed in any order. Both objectives have to be completed before the quest can advance to the next stage. I thought of running a script on the assigning quest stage: if (isObjectiveCompleted(30) == 1 && isObjectiveCompleted(31) == 1)SetStage(40)endif but it doesn't trigger. I've gone in and manually set the objectives to complete, checked the quest stage, but it doesn't advance. I'm scratching my head and running out of ideas. Suggestions? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts