Posted 22 May 2013 - 02:42 AM
Is there a way to convert tArgs to a string value?
This is a program called run which simply sends a global message of what ever program you want to run
The other computers/turtles have this code
and they give this error
Any possible fixes?
This is a program called run which simply sends a global message of what ever program you want to run
local tArgs = {...}
rednet.broadcast(tArgs)
The other computers/turtles have this code
event,id,message = os.pullEvent(rednet_mesage)
os.run(message)
and they give this error
bois:336: Expected String, string
Any possible fixes?