Posted 15 October 2017 - 04:45 PM
I have 3 monitors on the bottom of the computer
local pos = 10
mon = peripheral .wrap("bottom")
mon.clear()
mon.setTextscale(5)
mon.setBackgroundColor(32)
mon.setTextcolor(32568)
while true do
if pos == -19
pos = 10
end
mon.clear()
mon.setCursorPos(pos.1)
mon.write("FredoBeers House")
pos == pos - 1
os.sleep(0.15)
end
I am still a noob in computercraft but i still don't know what i have done wrong?
I hope you guys can help me.
local pos = 10
mon = peripheral .wrap("bottom")
mon.clear()
mon.setTextscale(5)
mon.setBackgroundColor(32)
mon.setTextcolor(32568)
while true do
if pos == -19
pos = 10
end
mon.clear()
mon.setCursorPos(pos.1)
mon.write("FredoBeers House")
pos == pos - 1
os.sleep(0.15)
end
I am still a noob in computercraft but i still don't know what i have done wrong?
I hope you guys can help me.