Hello folks,
I'm wondering how I can make a folder within ./plugins and be able to load all my custom plugins from there.
With that said, I an not sure how/if I need to use
I would think that using 'require' won't work anymore?
My intention here is to have something very similar to how RoD has done theirs, but I don't think I want to write all my plugins in one long file, that sounds a bit disastrous.
RoD ref: http://realmsofdespair.com/plugins
I'm wondering how I can make a folder within ./plugins and be able to load all my custom plugins from there.
With that said, I an not sure how/if I need to use
- dofile()
- GetPluginInfo()
- GetPluginID()
I would think that using 'require' won't work anymore?
My intention here is to have something very similar to how RoD has done theirs, but I don't think I want to write all my plugins in one long file, that sounds a bit disastrous.
RoD ref: http://realmsofdespair.com/plugins