tonyloks 0 Posted February 13, 2022 Share Posted February 13, 2022 Please tell me how to enable the plugin via RunCode? Link to comment https://wrobot.eu/forums/topic/13981-enabling-the-runcode-plugin/ Share on other sites More sharing options...
tonyloks 0 Posted February 14, 2022 Author Share Posted February 14, 2022 Thanks! Link to comment https://wrobot.eu/forums/topic/13981-enabling-the-runcode-plugin/#findComment-64878 Share on other sites More sharing options...
tonyloks 0 Posted February 16, 2022 Author Share Posted February 16, 2022 On 2/14/2022 at 10:01 AM, Sye24 said: wManager.Plugin.PluginsManager.DisposeAllPlugins(); wManager.Events.PluginEvents.OnLoadPlugin += delegate(string pluginfile, CancelEventArgs cancelable) { if (pluginfile == "plugin file name") { cancelable.Cancel = true; } }; wManager.Plugin.PluginsManager.LoadAllPlugins(); modify this Code to your needs. But I didn't quite understand - what kind of code do I need to add to the quest profile? For example, if I want to enable plugin Multi Pull? I tried using your code, but it didn't work out. 😞 Link to comment https://wrobot.eu/forums/topic/13981-enabling-the-runcode-plugin/#findComment-64901 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