February 16, 20224 yr Author 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. 😞
Create an account or sign in to comment