View difference between Paste ID: kJMpCpe0 and B9EGw4ue
SHOW: | | - or go back to the newest paste.
1-
m = peripheral.wrap("bottom")
1+
m = peripheral.wrap("top")
2
mon = peripheral.wrap("right")
3-
y = 1
3+
4
 
5
e,player,message = os.pullEvent("chat")
6
  print ( player .. ":" .. message )
7
x = player .. ":" .. message
8
9-
mon.write(x)
9+
10-
y = y + 1
10+