LewdLamb

Real Program!

Jan 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. chatbox = peripheral.wrap("bottom")
  2. monitor = peripheral.wrap("top")
  3. --============================================================
  4. mon.setCursorPos(1,1)
  5. mon.setTextColor(colors.red)
  6. mon.write("Looks like it's going alright.. Make sure there is the chatbox below the computer, a Terminal Glasses Bridge to the left,
  7. and a three wide by two tall monitor display on the top! when you're done, say '!BeginSetup!' in chat.")
  8. --============================================================
  9. while true do
  10. m=os.pullEvent("chat_message")
  11. if m=="!BeginSetup!" then chatbox.say("done.")
  12. end
  13. end
Add Comment
Please, Sign In to add comment