Module:VarsUtil: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
37 bytes added ,  30 December 2021
no edit summary
No edit summary
No edit summary
 
Line 44: Line 44:


function p.setVar(var, val)
function p.setVar(var, val)
VariablesLua.vardefine(var, val)
if type(val) ~= "table" then
VariablesLua.vardefine(var, val)
end
return val
return val
end
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.