View Single Post
06/16/17, 11:12 AM   #6
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
The name of the text file needs to match the folder name. However if your code can work when you hard code the name, it looks like it's already loading. In that case, here's what I would do. install pChat, and set it as an optional depends on in the text file. Then add d() all over. Check that timestolevel is actually created, check that the name is correct when you declare it and before you pass it to the event manager. Check that it's correct when the initialization function is run and right before/after you do the check of the name, and output all the add-on names passed to your initialization function. It sounds tediuoz but if you have no clue, it can help.

Last edited by Dolgubon : 06/16/17 at 11:16 AM.
  Reply With Quote