Posted 11 January 2014 - 10:33 PM
Hello
so i am trying to get a portal program to work in a custom mod pack 1.6.4.
I have pulled 3 programs off of pastebin to run with a advanced computer and advanced wireless turtle.
On the advanced computer i have:
http://pastebin.com/cK9wnj7X this is labeled as button
http://pastebin.com/Wvn6zT3i this is labeled as portal
In my turtle i have:
http://pastebin.com/BEhzLeLQ this is labeled as books
Now under the advanced computer is my wireless modem and to the right is advanced monitors. Under the turtle is an iron chest.
I also added a program on the turtle its labeled as startup it has
shell.run("books")
same with the computer but it is
shell.run("portal")
So i reboot the turtle and it runs books.
Then i reboot the computer and it runs portal but when i go back to the turtle it gives me an error
books:16: attempt to index ? (a nil value)
can anyone help me with this its driving me crazy i assume the 16 means the line that's having the error but i'm not positive.
so i am trying to get a portal program to work in a custom mod pack 1.6.4.
I have pulled 3 programs off of pastebin to run with a advanced computer and advanced wireless turtle.
On the advanced computer i have:
http://pastebin.com/cK9wnj7X this is labeled as button
http://pastebin.com/Wvn6zT3i this is labeled as portal
In my turtle i have:
http://pastebin.com/BEhzLeLQ this is labeled as books
Now under the advanced computer is my wireless modem and to the right is advanced monitors. Under the turtle is an iron chest.
I also added a program on the turtle its labeled as startup it has
shell.run("books")
same with the computer but it is
shell.run("portal")
So i reboot the turtle and it runs books.
Then i reboot the computer and it runs portal but when i go back to the turtle it gives me an error
books:16: attempt to index ? (a nil value)
can anyone help me with this its driving me crazy i assume the 16 means the line that's having the error but i'm not positive.