Hi,
I would like to write a plugin that will start / stop the QuestPlugin.
I found the following function in the EB manual but could you please tell me what to put as the function argument?
I have tried "QuestPlugin", Loki.Bot.PluginManager.QuestPlugin, Loki.Bot.IPlugin.QuestPlugin and many many other combinations but nothing seems to work.
Loki.Bot.PluginManager.Enable(Loki.Bot.IPlugin) Enables the specified plugin.
Loki.Bot.PluginManager.Disable(Loki.Bot.IPlugin) Disables the specified plugin.
I have also found the start and stop class
Loki.Bot.PluginManager.Stop(Loki.Bot.IPlugin)
Loki.Bot.PluginManager.Stop(Loki.Bot.IPlugin)
But what is the difference between enabling/disabling and starting/stopping a plugin?
Thank you very much!
R
I would like to write a plugin that will start / stop the QuestPlugin.
I found the following function in the EB manual but could you please tell me what to put as the function argument?
I have tried "QuestPlugin", Loki.Bot.PluginManager.QuestPlugin, Loki.Bot.IPlugin.QuestPlugin and many many other combinations but nothing seems to work.
Loki.Bot.PluginManager.Enable(Loki.Bot.IPlugin) Enables the specified plugin.
Loki.Bot.PluginManager.Disable(Loki.Bot.IPlugin) Disables the specified plugin.
I have also found the start and stop class
Loki.Bot.PluginManager.Stop(Loki.Bot.IPlugin)
Loki.Bot.PluginManager.Stop(Loki.Bot.IPlugin)
But what is the difference between enabling/disabling and starting/stopping a plugin?
Thank you very much!
R






