Guest User

Untitled

a guest
May 26th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local wachtwoord = "bacon"
  2.  
  3. if wachtwoord == bacon then redstone.setOutput("left", true)
  4. else redstone.setOutput("right", true)
  5. end
Add Comment
Please, Sign In to add comment