Module:Crafting: Difference between revisions

No edit summary
imagine calling a non existant function... couldn't be me
Line 31: Line 31:
end
end
end
end
for _, k in ipairs(cArgVals) do normalizeGif(k) end
for _, k in ipairs(cArgVals) do  
convertGifs(k)  
end
convertGifs('Output')
convertGifs('Output')