Guest User

test

a guest
Oct 18th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. if rs.getInput("back",true) then
  2.   rs.setOutput("back",false)
  3. else
  4.   rs.setOutput("back",true)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment