29,570
edits
mNo edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
} | } | ||
local usedColumns = "" | local usedColumns = "" | ||
for columnId, columnLabel in | for columnId, columnLabel in pairs(possibleColumns) do | ||
if getSkill.skill[exampleSkill][columnId] then | if getSkill.skill[exampleSkill][columnId] then | ||
usedColumns = usedColumns .. "! " .. columnLabel .. "\n" | usedColumns = usedColumns .. "! " .. columnLabel .. "\n" |