
text
By: a guest on
May 27th, 2012 | syntax:
Lua | size: 0.30 KB | hits: 15 | expires: Never
os.loadAPI("sp")
sp.redirMon(2)
-- TEXT GOES IN HERE
shell.run("clear")
x,y=term.getSize()
--print(tostring(x) ..","..tostring(y))
--term.setCursorPos(x/2-2, y/2+1)
print("Minesoft")
sp.restoreMon()
loop = 1
repeat
-- public.broadcast("Minesoft is now open.")
sleep(120)
until loop == 0