Posted 29 July 2013 - 03:07 PM
I'm having an issue using the wireless modems in 1.5 using channels.
here is my code: http://pastebin.com/a2Ld28zg
basically, everything works by sending a floor number to the elevator channel which is 10, each computer checks if the floor number is less than or equalto/greater than its own floor number. if its less than it activates the railcraft elevator track, otherwise it deactivates it.
everything works, except that when a computer receives a floor number that is directly above it, it will not send. it is not recognizing that 4 < 5 for example.
here is my code: http://pastebin.com/a2Ld28zg
basically, everything works by sending a floor number to the elevator channel which is 10, each computer checks if the floor number is less than or equalto/greater than its own floor number. if its less than it activates the railcraft elevator track, otherwise it deactivates it.
everything works, except that when a computer receives a floor number that is directly above it, it will not send. it is not recognizing that 4 < 5 for example.