JKissa

Host Server script

Jan 15th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. shell.run("clear")
  2. print("Server Host")
  3.  
  4. while true do
  5.  
  6. event, id, message = os.pullEvent()
  7.  
  8. if event == "rednet_message" then
  9. print( "Message from ID#"..id..":" )
  10. print( message )
  11. end
  12. end
Add Comment
Please, Sign In to add comment