knights 8 Posted August 7, 2016 Share Posted August 7, 2016 Hi, Is there any condition to check if a quest is completed? For example IsQuestCompleted(12345) or (!IsQuestCompleted(12345) Couldnt locate anything on it. Thank you Link to comment https://wrobot.eu/forums/topic/3575-checking-if-quest-is-completed/ Share on other sites More sharing options...
BetterSister 367 Posted August 7, 2016 Share Posted August 7, 2016 Quest.GetLogQuestIsComplete(245) if you're using it as Is Complete condition put it like this: return Quest.GetLogQuestIsComplete(245); Dlarge 1 Link to comment https://wrobot.eu/forums/topic/3575-checking-if-quest-is-completed/#findComment-16515 Share on other sites More sharing options...
BetterSister 367 Posted August 7, 2016 Share Posted August 7, 2016 Another you can use is Quest.IsObjectiveComplete(objectivenumber, questnumber) Krack3n 1 Link to comment https://wrobot.eu/forums/topic/3575-checking-if-quest-is-completed/#findComment-16516 Share on other sites More sharing options...
knights 8 Posted August 9, 2016 Author Share Posted August 9, 2016 Thank you for the solution!! Link to comment https://wrobot.eu/forums/topic/3575-checking-if-quest-is-completed/#findComment-16562 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now