Modulo:DTSem: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
m
nessun oggetto della modifica
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 166: Riga 166:
             if type(data) == 'table' then
             if type(data) == 'table' then
             for _, Character in pairs(data) do
             for _, Character in pairs(data) do
             if Characters[data] == nil then
             if Characters[Character] == nil then
             table.insert(Characters, data[1])
             table.insert(Characters, Character)
             end
             end
             end
             end
             else
             else
            -- This should never happens
             table.insert(Characters, "NEXT ONE ->")
             table.insert(Characters, "NEXT ONE ->")
             if Characters[data] == nil then
             if Characters[data] == nil then

Menu di navigazione