Jump to content

Enabling the RunCode plugin.


tonyloks

Recommended Posts

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...