Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local bridge = peripheral.wrap("left")
- bridge.clear()
- local event, command = os.pullEvent("chat_command")
- if (command == "endspotlight") then
- bridge.addBox(0,0,2000,2000,0x000000,1)
- bridge.addText(300,150,"The End",0xFFFFFF)
- os.sleep(2)
- bridge.clear()
- end
Advertisement
Add Comment
Please, Sign In to add comment