View Single Post
10-31-12, 05:47 PM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Well, it's hard to be motivated about a project you didn't write, have never used, and have no interest in ever using. It's one thing to help out writing random snippets of code. It's quite another to spend hours combing through someone else's huge and bloated codebase (DBM) to try to debug a different someone else's code.

To solve your current problem you would need to look at those specific functions in DBM and see what arguments they receive, and then adjust your own functions to work with those arguments.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote