View Single Post
10-11-11, 08:02 AM   #8
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Originally Posted by Ekaterina View Post
Your addon is probably being loaded and trying to call the 'TellMeWhen_Group44' before it exits.

You will need to add a check to see if Tell Me When is loaded, and probably register for the addon loaded event.
Or you could just do this in your AddOn's ToC file:

Code:
## OptionalDeps: TellMeWhen
This ensures that TellMeWhen will be loaded first, if it exists - if not, your AddOn will load normally.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote