Compare commits
2 Commits
654156c70e
...
f0804a6b66
| Author | SHA1 | Date | |
|---|---|---|---|
| f0804a6b66 | |||
| b9acddde68 |
@@ -1322,13 +1322,16 @@ function THTD_GetCombo(tower)
|
|||||||
isInCombo = true
|
isInCombo = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
print("Count " .. count)
|
||||||
|
print("#value " .. #value)
|
||||||
|
print("isincombo " .. isInCombo)
|
||||||
if count == #value and isInCombo == true then
|
if count == #value and isInCombo == true then
|
||||||
comboTable[index] = value
|
comboTable[index] = value
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if comboTable ~= nil then
|
if comboTable ~= nil then
|
||||||
print(table.tostring(comboTable))
|
print(comboTable)
|
||||||
return comboTable
|
return comboTable
|
||||||
end
|
end
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user