August 20, 20178 yr Hello, if (robotManager.Products.Products.ProductName.ToLower() == "party") { PartyProduct.Bot.PartySetting.Load(); if (PartyProduct.Bot.PartySetting.CurrentSetting.HealBot) { // Your code here } }
August 20, 20178 yr Author Thank you so much, @Droidz Quote The name 'PartyProduct' does not exist in the current context
August 21, 20178 yr @Apexx Hello, you need to add "\WRobot\Products\Party.dll" to your project references.
Create an account or sign in to comment