5 posts
Posted 01 September 2015 - 04:43 AM
Nevermind remove this post
Edited on 01 September 2015 - 10:23 AM
2427 posts
Location
UK
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