Posted 09 April 2012 - 02:59 PM
I got a strange error. I am trying to make an overcomplicated system for repeating a message over great distance (to learn more about lua.)
The path the it must follow is included in the message (rp1: repeater1 computer id) Before sending using rednet.send the right ''address'' is extracted from the message through cutting out the right part of the message.
The code is here: http://pastebin.com/t3GwBn9L
It keeps giving me the this error: rednet:347: positive number expected. I am sure the number is positive it has been 'printed' one line above giving a positive number (1)
Could someone pls point me to my mistake.
thanks,
DeviousD
The path the it must follow is included in the message (rp1: repeater1 computer id) Before sending using rednet.send the right ''address'' is extracted from the message through cutting out the right part of the message.
The code is here: http://pastebin.com/t3GwBn9L
It keeps giving me the this error: rednet:347: positive number expected. I am sure the number is positive it has been 'printed' one line above giving a positive number (1)
Could someone pls point me to my mistake.
thanks,
DeviousD