Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- write "Vvedite parol: "
- input = read("*")
- if 'Paradox' == input then
- print "[AntiGrief 2.2]: Welcome owner"
- redstone.setOutput("bottom",true)
- sleep(3)
- redstone.setOutput("bottom",false)
- else
- print "[AntiGrief 2.2]: You can't go there!!!"
- sleep(2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement