mark jacobs Posted November 21, 2021 Share Posted November 21, 2021 Working on my first quest script, and it's completed, but how would I handle the script exiting/stopping upon completion of the quest? Thanks for help! Quote Link to comment Share on other sites More sharing options...
Gunman Posted November 21, 2021 Share Posted November 21, 2021 3 minutes ago, mark jacobs said: Working on my first quest script, and it's completed, but how would I handle the script exiting/stopping upon completion of the quest? Thanks for help! What do you mean? Are you asking about a method like onExit? Quote Link to comment Share on other sites More sharing options...
mark jacobs Posted November 21, 2021 Author Share Posted November 21, 2021 2 minutes ago, Malcolm said: stop(); Yeah, I guess I need to just find the quest completion widget and if it exists, then stop(); thanks. Quote Link to comment Share on other sites More sharing options...
Malcolm Posted November 21, 2021 Share Posted November 21, 2021 there is an API method to check for quest completion. Quote Link to comment Share on other sites More sharing options...