Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Exception_17

Members
  • Content Count

    3
  • Joined

  • Last visited

About Exception_17

  • Rank
    Junior Member

Recent Profile Visitors

326 profile views
  1. So i just make like this:? function f() local _,_,_,_,_,msg = event.pull("modem") print(msg) end event.listen("modem", f())
  2. I'm trying to make a function which will for example print out the message which was broadcasted by a modem. I'm going to use event.listen, but i dont understand how to get the signal output. Can someone help me?
  3. Networking: i need to get the transferred data from event.pull("modem"), but all i get is modem_message(see photo) How can i get the "hello everyone" to a string?(and possibly the distance too)
  4. Hi, I started using this recently (and I love it) but the recent update v3.6.8 has thrown all of my machines into an update loop, this also occurs with newly installed drives.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.