12-14-2014, 04:05 PM
does this still work ?
im trying to add a cne to an existing task.
it works fine adding it into the tasks init function
but not from the module init function.
was the code removed that checked the superclass for more cnes ?
im trying to add a cne to an existing task.
it works fine adding it into the tasks init function
but not from the module init function.
was the code removed that checked the superclass for more cnes ?
Code:
function wim.ModuleInit()
ke_ntcne = ml_element:create( "ntcne", c_ntcne, e_ntcne, 28)
ffxiv_task_assist.add( ke_ntcne, ffxiv_task_assist.process_elements)
end