Posted 16 February 2013 - 02:06 AM
i have a problem:
this is the code that i want to reveal:
if you need more code to see the problem please PM me. i dont want to give out code just yet
thx in advance, wilcomega
this is the code that i want to reveal:
window = { }
window.create = function( name )
--hidden code
end
local function explorer( )
--code that i want to hide
local desktop = window.create( "Desktop" ) --here it errors. "attempt to index ? (a nil value)"
--more hidden code
end
if you need more code to see the problem please PM me. i dont want to give out code just yet
thx in advance, wilcomega