in the end i get this error
bios:206: [string "Server":19: '=' expected
can someone tell me what this means?
Oh, and my coding:
Spoiler
Posted 16 August 2012 - 01:12 AM
Posted 16 August 2012 - 01:20 AM
Posted 16 August 2012 - 02:12 AM
Posted 16 August 2012 - 02:36 AM
inventor2514, on 16 August 2012 - 02:12 AM, said:
Posted 16 August 2012 - 02:47 AM
Posted 16 August 2012 - 02:54 AM
users = { } -- this is redundant remove it, you are declaring it on the next line
users = { blackplage, SwatChan, Guest }
passwords = { } -- this is redundant remove it, you are declaring it on the next line
passwords = { blackplage, SwatChan, Guest }
senders = { } -- this is redundant remove it, you are declaring it on the next line
senders = { 85, 87, 88, 89, 90 }
Lettuce, on 16 August 2012 - 02:47 AM, said:
local modemSide = "top"
Posted 16 August 2012 - 03:17 AM
rednet.send(senderId, "Not Valid'0you used a single quote mark instead of a double, leaving an incomplete string, a seemingly random 0, and you forgot to close your parenthesis. That'll break a program.
rednet.open("top")
Posted 16 August 2012 - 03:50 AM
users = { "blackplage", "SwatChan", "Guest" }
passwords = { "blackplage", "SwatChan", "Guest" }
Posted 16 August 2012 - 04:05 AM
Lettuce, on 16 August 2012 - 03:17 AM, said:
rednet.open("top")
local sSide = "right" rednet.open(sSide) or rs.setBundledOutput(sSide, colors.orange)
Posted 16 August 2012 - 08:30 AM
0 members, 1 guests, 0 anonymous users