12-14-2014, 10:00 PM
(12-14-2014, 09:41 PM)Ace Wrote: For what you're trying to do, you need to override the ffxiv_task_assist:Init() function with a copy of your own in your module, with your cne added.
When your module gets loaded, the modified version of the function in your module will be the Init() that gets run.
if they change that function, i would have to reflect that in my copy.
i dont like that. i rather add it at runtime then.