I hope someone has an idea, I run crazy about it.
Every time I run this script my "node.head" will decrease! Thats stange because the script (it is part of an bigger one) is doing nothing. When I remove the "if 2<2..." it will stop decreasing!?
Thx for any tip!!
local function mysplit()
for textcount = 1, 3 do
if 2 < 2 then
end
end
return 2, 3
end
print(node.heap())