Posted 18 December 2015 - 06:59 PM
I am trying to make and test out a banking system, but I do not know how to receive and print a custom variable from another computer. My code doesn't work.
Here is my code to work off from:
Here is my code to work off from:
rednet.open("left")
rednet.receive(withdraw) --That's what the variable in the sending computer is
withdraw = wamount
print(wamount) -- except this doesn't print the custom variable from the other computer