This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
StevenTyler696's profile picture

Having Trouble Making Programs Universal

Started by StevenTyler696, 29 April 2014 - 11:30 PM
StevenTyler696 #1
Posted 30 April 2014 - 01:30 AM
Alright so what I'm trying to do is get some extremely basic
programs to be universal for all Turtles I create (I'm in single player).

I followed the correct steps and have it tacked inside of a resource pack.
I've only been able to get it working with print("xxx") programs. For example,
two of the simple programs I have are called

up
turtle.up()

and

test
print("This is not a test.")

They're both saved in the same spot, however when I go to use "up"
it doesn't do anything. Note it doesn't say "No such program" either.
However when I go and try "test" it works perfectly.

If anyone has any clue on what I'm doing wrong or how to fix this please
lend me a hand. Let me know of any other info you would need.
Lyqyd #2
Posted 30 April 2014 - 01:31 AM
Have you fueled the turtle?