Backed out changeset 6c0cf6b9eff8. Scripters should be prepared for nil and pretending the gear exists would cause more pain
-- Library for parameters handlingparams = {}function parseParams() if ScriptParam ~= nil then for k, v in string.gmatch(ScriptParam, "(%w+)=([^,]+)") do params[k] = v end endend