Meyverick 0 Posted September 8, 2018 Share Posted September 8, 2018 Hello ? Is it possible to directly try code without launching the quester? Example: I would like to get the number of available quest that a NPC has with wManager.Wow.Helpers.Quest.GetNumGossipAvailableQuests() How can I use the developer tools to get the result? Thank you! Link to comment https://wrobot.eu/forums/topic/10075-try-function-directly/ Share on other sites More sharing options...
Droidz 2738 Posted September 8, 2018 Share Posted September 8, 2018 Hello, In dev tools run code like robotManager.Helpful.Var.SetVar("dbgOutput", wManager.Wow.Helpers.Quest.GetNumGossipAvailableQuests()); (select language C# and click on Run code button) Link to comment https://wrobot.eu/forums/topic/10075-try-function-directly/#findComment-47264 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