View difference between Paste ID: 4LNRbBCc and Tknhu0sU
SHOW: | | - or go back to the newest paste.
1-
mon = peripheral.wrap("monitor_1")
1+
2
users = {"RedMaskMC"}
3-
users = {"LokeYourLord","00yoshi"}
3+
4
 rs.setOutput("left", false)
5
 OpenDoor = false
6-
 mon.clear()
6+
7-
 mon.setCursorPos(1,4)
7+
8-
 mon.setTextScale(0.5)
8+
9-
 mon.write("Stand on the")
9+
10-
 mon.setCursorPos(1,5)
10+
11-
 mon.setTextScale(0.5)
11+
12-
 mon.write("Scanner Block")
12+
13-
 mon.setCursorPos(1,6)
13+
14-
 mon.setTextScale(0.5)
14+
15-
 mon.write("for 5 seconds!")
15+
16
  rs.setOutput("right", true)
17
  sleep(10)
18
  rs.setOutput("right",false)
19
 end
20
end