local function clear() term.setBackgroundColor(colors.white) term.clear() term.setCursorPos(1,1) term.setTextColor(colors.black) end sPhone.winOk("The service is","currently offline", colors.lime, colors.green, colors.white, colors.lime) --while true do --clear() --end