ASA, The first stop: Take possibility into account that whole team can be wiped out
-- Library for parameters handlingparams = {}function parseParams() if ScriptParam ~= nil then for k, v in string.gmatch(ScriptParam, "(%w+)=([^,]+)") do params[k] = v end endend