Posted 02 July 2016 - 06:47 PM
I am playing on Tekkit Main (A Technic Platform modpack) and I am trying to make a program that will keep travelling upwards until the player types "Stop".
This is my code:
print("Please type Stop when you wish to stop:")
Stop = read()
repeat
turtle.up()
until Stop == "Stop"
end
Is anyone able to help me with this?
Greatly Appreciated
-Coocoo99947
This is my code:
print("Please type Stop when you wish to stop:")
Stop = read()
repeat
turtle.up()
until Stop == "Stop"
end
Is anyone able to help me with this?
Greatly Appreciated
-Coocoo99947