Hi! Sorry, I've only just started this and I can't seem to figure out what the problem is.
bios:338 [string "send1"]:10: '<name>' expected
This is the code I've written:
rednet.open("right")
local modem = peripheral.wrap("right")
modem.open(22)
modem.open(24)
local sendOnChannel = 22
local replyChannel = 24
modem.transmit(sendOnChannel. replyChannel. "message here")
print("[Message Sent,]"
2 replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











