Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear() term.setCursorPos(1,1)
- while true do
- --rednet.open("left")
- event, p1 = os.pullEvent()
- if event == "player" then
- if p1 == 'Plazter' or player == 'hybridanden' then
- -- if p1 == 'AlternateLogic' then
- -- rednet.send(240, 'alternatelogic')
- -- end
- -- if p1 == 'Plazter' then
- -- rednet.send(240, 'plaz')
- -- end
- -- if p1 ~= 'Plazter' or 'AlternateLogic' then
- -- rednet.send(240, 'unauthorized')
- -- end
- print("Player: " .. p1 .. " entered!")
- rs.setOutput("bottom", true)
- sleep(2)
- rs.setOutput("bottom", false)
- else
- print(p1 .." tryed to enter the plazter cave!!")
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment