Main File:
...
function loadIcons()
tot = fs.open("wtOS/deskto/tot","r")
dicons = tot.readLine() --<That thing actually returns notting!
tot.close()
dicons = tonumber(dicons)
for i = 1,dicons,1 do
ic = fs.open("wtOS/deskto/sh"..i,"r")
sx[i] = ic.readLine()
sy[i] = ic.readLine()
sip[i] = ic.readLine()
sptp[i] = ic.readLine()
sn[i] = ic.readLine()
ic.close()
end
end
...
(dots - not in code, just showing that piece of code)wtOS/deskto/tot:
0
And dicons = nil! Whyyy?
Edited by Thejebforge, 04 November 2014 - 04:52 PM.












