edoreld

Untitled

Jun 8th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local bridge = peripheral.wrap("left")
  2.  
  3. bridge.clear()
  4.  
  5. local event, command = os.pullEvent("chat_command")
  6.  
  7. if (command == "endspotlight") then
  8. bridge.addBox(0,0,2000,2000,0x000000,1)
  9. bridge.addText(300,150,"The End",0xFFFFFF)
  10. os.sleep(2)
  11. bridge.clear()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment