6 posts
Posted 30 August 2014 - 11:48 PM
Hi, I am trying to play the secret movie, but the one in NEI doesn't work, and I can't find it in the creative menu, so I tried to get it from pastebin.
http://pastebin.com/HAJU2g25Whenever I try to use that program I keep getting an error saying i'm attempting to call Nil values at lines 25 and 26. When I change line 25 to term.clear() instead of m.clear() it moves onto 26, but I keep getting the error on that line.
Basically I just want to play the secret movie. How can I do it?
8543 posts
Posted 30 August 2014 - 11:58 PM
Moved to Ask a Pro.
1080 posts
Location
In the Matrix
Posted 31 August 2014 - 12:04 AM
Do you have a monitor attached to the computer?
6 posts
Posted 31 August 2014 - 01:37 AM
Yes I have a monitor. Also, sorry Lyqyd, I wasn't sure which forum to post it in.
7083 posts
Location
Tasmania (AU)
Posted 31 August 2014 - 02:03 AM
When you run the script, add on the direction of the monitor. For example, if the monitor is touching the right-hand side of the computer, you'd type:
alongtimeago right
You'll want a large monitor.
6 posts
Posted 31 August 2014 - 02:08 AM
When you run the script, add on the direction of the monitor. For example, if the monitor is touching the right-hand side of the computer, you'd type:
alongtimeago right
You'll want a large monitor.
I just typed the program, and didn't specify a monitor, but i'll try it again. I thought from looking through the program that it chose the monitor and I didn't need to specify. Plus, isn't it also possible to just run the program on the computer screen without a monitor?
Ok that worked. Thanks. I was looking at
if side == "left" or side == "right" or side == "back" or side == "top" or side == "bottom" then
m = peripheral.wrap(side)
II figured I could just write the program
Edited on 31 August 2014 - 12:11 AM