Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local trueSlot
- function SLOT()
- trueSlot = slot - 16
- end
- rednet.open("left")
- local senderIDI, slot = rednet.receive()
- sleep(0.2)
- local senderIDA, amount = rednet.receive()
- sleep(1)
- SLOT()
- --print(senderIDI)
- print(trueSlot)
- --print(senderIDA)
- print(amount)
- sleep(10)
- rednet.close("left")
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment