Module:SkillDx2: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 17: Line 17:
if not getSkill.skill[input] then --Error message for invalid skill
if not getSkill.skill[input] then --Error message for invalid skill
error("Skill \"" .. input .. "\" not defined for dx2")
error("Skill \"" .. input .. "\" not defined for dx2")
elseif getSkill.skill[input] == '—' then
local output = "colspan=4|''No skill set.''"
return output
end
end
-- 1.2 SKILL LINK
-- 1.2 SKILL LINK

Navigation menu