luvadea Posted October 30, 2019 Share Posted October 30, 2019 I want to advance my quest stage when player shouts Clear skies - the scene idea is on a ship during storm...Any advice on scripting this? Link to comment Share on other sites More sharing options...
npdogg Posted November 4, 2019 Share Posted November 4, 2019 Add a Reference Alias to your quest and fill it with the player. Add a script to the alias with the OnSpellCast event. If the spell cast is equal to clear skies call SetStage. You'll probably also want a check that the quest is at a current stage as well, otherwise any use of Clear Skies will set the stage regardless of progress in the quest. Link to comment Share on other sites More sharing options...
luvadea Posted November 6, 2019 Author Share Posted November 6, 2019 Thanks!+Kudos Link to comment Share on other sites More sharing options...
Recommended Posts