(03-02-2015, 11:29 PM)cairface Wrote: I was actually having the same issue:
Appropriately, I looked at the debug console/Lua file and it's not finding any files.
Code:local taskList = dirlist(TaskManager.taskPath,".*info")
if ( TableSize(taskList) > 0) then
local i,task = next ( taskList)
while i and task do
task = string.gsub(task, ".info", "")
tasks = tasks..","..task
i,task = next ( taskList,i)
end
else
dbg("No task found ")
end
taskList is always empty.
Front page has a guide.
Install files here.....
Your task folder needs to be in the TaskManager folder not LuaMods