Advertisement
Shuudoushi

Ugly I know

Apr 30th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. sleep(0.7)
  3.  
  4.  if rs.getInput("top") == true then
  5.   rs.setBundledOutput("bottom", colors.white)
  6.    sleep(0.1)
  7.   rs.setBundledOutput("bottom", 0)
  8.  else
  9.   rs.setBundledOutput("bottom", colors.pink)
  10.    sleep(0.1)
  11.   rs.setBundledOutput("bottom", 0)
  12.  end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement