zhxwbr8 1 Posted October 29, 2020 Share Posted October 29, 2020 If I want to implement the command in "is complete condition", how do I express the return command? wManager.Wow.Helpers.Usefuls.MapZoneName != "Westfall" I want to judge, if not in this area, then return. Thx. Link to comment https://wrobot.eu/forums/topic/12607-how-to-write-this-command-in-is-complete-condition/ Share on other sites More sharing options...
TheSmokie 242 Posted October 29, 2020 Share Posted October 29, 2020 return Usefuls.MapZoneName != "Westfall"; //Complete Condition zhxwbr8 1 Link to comment https://wrobot.eu/forums/topic/12607-how-to-write-this-command-in-is-complete-condition/#findComment-60349 Share on other sites More sharing options...
zhxwbr8 1 Posted October 29, 2020 Author Share Posted October 29, 2020 2 hours ago, TheSmokie said: return Usefuls.MapZoneName != "Westfall"; //Complete Condition Thank you all. Many of my questions have been answered for me.i love Wrobot. Link to comment https://wrobot.eu/forums/topic/12607-how-to-write-this-command-in-is-complete-condition/#findComment-60352 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