Lesbian1

[LUA] Night Time Project

Jul 30th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dn = rs.testBundledInput("bottom", colors.red)
  2. while true do
  3. if dn=false then
  4.   print ("Night Time")
  5.   rs.setBundledOutput("Bottom", colors.yellow, true)
  6. else
  7.   print "Nope"
Add Comment
Please, Sign In to add comment