View Single Post
12/14/18, 03:45 PM   #4
DunkleMaterie
AddOn Author - Click to view addons
Join Date: Aug 2018
Posts: 5
Originally Posted by Baertram View Post
Each addon runs through event_addon_loaded.
Add the other addon to your addons txt file at ##OptionalDependsOn: OtherAddon

In your callback function of event_addon_loaded you'll be able to check the parameter addonName == Other Addon finally.
Thank you, that solved it :-)
  Reply With Quote