you could do ```lua script1 = script1 or {} function script1.function1(arg1,arg2) --etc end ```

you could do
script1 = script1 or {}
function script1.function1(arg1,arg2)
--etc
end
Was this page helpful?