This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local game = game | |
local table = table | |
local Tfind = table.find | |
local string = string | |
local gsub, sub = string.gsub, string.sub | |
local next = next | |
local filter = function(tbl, ret) | |
if (type(tbl) == 'table') then | |
local new = {} |