24,173
edits
Mistiryshak (talk | contribs) mNo edit summary |
Mistiryshak (talk | contribs) 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 |