View Single Post
09-01-09, 05:47 AM   #9
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Originally Posted by ChaosInc View Post
The question I have is why are you bothering with trying to access the other mod's slash command? All the slash commands do is store a function to the slash. It's an unnecessary step and as you can see is just causing more complications than it's worth. Just call the function and pass any arguments (if any) yourself.

Code:
<OnClick>modFunc(args);</OnClick>
That depends. Some AddOns don't have to have a global function.
  Reply With Quote