Posted 06 August 2012 - 12:43 PM
I need somebody to help me buy filling in the small part they I dont understand. I need it to subtract 1 from the bal file unless the bal file is = 0 then is says "No enough Funding"
if fs.exsits('/disk/bal') then
local money = tonumber (read())
for dontmesswith=1, money do
fs.open('/disk/bal', 'w')
(Need something to subtract 1 from the bal file)