Advertisement
Guest User

start

a guest
Apr 6th, 2020
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1.  
  2. --There are 2 errors.
  3.  
  4. continue = false  
  5. rednet.open('back')
  6.  
  7. while continue do
  8.     term.clear()
  9.     term.setCursorPos(1,1)
  10.     print("Enter the password.")
  11.     inp = read('x')
  12.     sleep(1)
  13.     if inp == 'armed' then
  14.         print(Open)
  15.         rednet.broadcast('open', 'rule')
  16.     end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement