4,951
edits
Falterfire (talk | contribs) (Adjusted p.getModifierText calls to reflect formatting changes) |
Falterfire (talk | contribs) (Fixed string.upper call) |
||
Line 202: | Line 202: | ||
local asString = frame.args ~= nil and frame.args[4] or frame[4] | local asString = frame.args ~= nil and frame.args[4] or frame[4] | ||
if asString ~= nil then | if asString ~= nil then | ||
if | if string.upper(asString) == 'FALSE' then | ||
asString = false | asString = false | ||
else | else |