Jump to content




Help me rednet.send


  • You cannot reply to this topic
3 replies to this topic

#1 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 24 April 2012 - 11:26 PM

im sending a var a command
c = read()
rednet.send(c, "connect")
Doesn't work?
Positive number expected?

#2 cant_delete_account

  • Members
  • 484 posts

Posted 24 April 2012 - 11:31 PM

Do
c = tonumber(read())
Instead of
c = read()
Read() returns a string.

#3 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 25 April 2012 - 12:22 AM

Will try thanks!

#4 Noodle

  • Members
  • 989 posts
  • LocationSometime.

Posted 25 April 2012 - 01:41 AM

Worked! Thankyou!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users