Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- m=peripheral.wrap("back")
- a=0
- b=0
- c=0
- while true do
- m.setCursorPos(1,1)
- if a==0 then
- m.write("Wand nach hinten")
- else
- m.write("Wand nach vorne")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement