This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
bicobajas's profile picture

Hi I need help really quick

Started by bicobajas, 26 July 2012 - 10:17 AM
bicobajas #1
Posted 26 July 2012 - 12:17 PM
Hi I tried to make an big rule board whith monitors and i wanted textsize and cursor pos what did i do wrong in my code?

mon = peripheral.warp("right")
mon.clear()
mon.setTextScale(5)
mon.setCursorPos(3, 3)
mon.write("Hey everyone")
mon.setCursorPos(4, 4)
mon.write("its mointor")
mon.setCursorPos(7, 5)
mon.write("time")
BigSHinyToys #2
Posted 26 July 2012 - 12:58 PM
spelling


mon = peripheral.wrap("right")
mon.clear()
mon.setTextScale(5)
mon.setCursorPos(3, 3)
mon.write("Hey everyone")
mon.setCursorPos(4, 4)
mon.write("its mointor")
mon.setCursorPos(7, 5)
mon.write("time")
bicobajas #3
Posted 26 July 2012 - 01:10 PM
what words did i missspell
bicobajas #4
Posted 26 July 2012 - 01:17 PM
spelling


mon = peripheral.wrap("right")
mon.clear()
mon.setTextScale(5)
mon.setCursorPos(3, 3)
mon.write("Hey everyone")
mon.setCursorPos(4, 4)
mon.write("its mointor")
mon.setCursorPos(7, 5)
mon.write("time")
i cant see any diffrence
KaoS #5
Posted 26 July 2012 - 01:25 PM
peripheral.warp -> peripheral.wrap
bicobajas #6
Posted 26 July 2012 - 01:27 PM
im sooo dumb
KaoS #7
Posted 26 July 2012 - 01:49 PM
lol, we all do it… trust me
BigSHinyToys #8
Posted 26 July 2012 - 01:51 PM
im sooo dumb
happens to me all the time I should have specified the line number of the error thought my apologizes.