This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ExtendLord's profile picture

Problem with rednet

Started by ExtendLord, 01 September 2015 - 02:43 AM
ExtendLord #1
Posted 01 September 2015 - 04:43 AM
Nevermind remove this post
Edited on 01 September 2015 - 10:23 AM
Lupus590 #2
Posted 01 September 2015 - 12:24 PM
first line of the client, the variable "response" is always nil as you don't even declare it before using it in your if statement.

you need to set it by pulling a rednet message, you may want an event loop
Edited on 01 September 2015 - 10:27 AM