Posted 27 May 2013 - 04:58 PM
Title: Monitors and Player Detectors
FTB 1.4.7 Mindcrack Pack
When I do that code it show up once then i try again it comes up but the third time it doesn't come up. Any Suggestions?
Id also like it to move over to the next line.
FTB 1.4.7 Mindcrack Pack
p = peripheral.wrap("right")
local monitor = peripheral.wrap("front")
local x, y = monitor.getCursorPos()
y=y+1
while true do
a, b = os.pullEvent("player")
monitor.write(B)/>/>
monitor.setCursorPos(1,y)
end
When I do that code it show up once then i try again it comes up but the third time it doesn't come up. Any Suggestions?
Id also like it to move over to the next line.