mark jacobs Posted November 21, 2021 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!
Gunman Posted November 21, 2021 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?
mark jacobs Posted November 21, 2021 Author 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.
Malcolm Posted November 21, 2021 Posted November 21, 2021 there is an API method to check for quest completion.