Since I want all features to be off by default and toggle'able via checkboxes in the settings menu, I will need to encapsulate all events/functions of each feature in some form of module I can enable/disable.
Not relevant on second thought since you can use the Ace Options table for toggles and most of my features will be tiny things that won't be module scale.
Since I want all features to be off by default and toggle'able via checkboxes in the settings menu, I will need to encapsulate all events/functions of each feature in some form of module I can enable/disable.