Posted 17 April 2016 - 05:26 PM
okay i made a file manager thingy you can overwrite files code but the issue is that it erases all non-overwrited code aswell where as i just wanna modify a line of that code
example:
noob=false
if noob then
print'noob!'
else
print'no'
end
after i use the file manager it should be:
noob=true
if noob then
print'noob!'
else
print'no'
not:
noob=true
thanks for your assistance
P.S this may get edited alot sorry i tend to not see my errors
example:
noob=false
if noob then
print'noob!'
else
print'no'
end
after i use the file manager it should be:
noob=true
if noob then
print'noob!'
else
print'no'
not:
noob=true
thanks for your assistance
P.S this may get edited alot sorry i tend to not see my errors
Edited on 17 April 2016 - 03:33 PM