| ← Nächstältere Version | Version vom 19. Dezember 2021, 04:46 Uhr | ||
| Zeile 104: | Zeile 104: | ||
|
local killswitch = currentIndex
|
local killswitch = currentIndex
|
||
|
if type(ElmList[currentIndex]) == ‘string’ then
|
if type(ElmList[currentIndex]) == ‘string’ then
|
||
|
table.insert(result, ElmList[
|
table.insert(result, ElmList[currentIndex])
|
||
|
currentIndex = currentIndex + 1
|
currentIndex = currentIndex + 1
|
||
|
elseif ElmList[currentIndex] == -1 then
|
elseif ElmList[currentIndex] == -1 then
|
||
もっと詳しく