Posted 13 June 2012 - 07:32 AM
Basically you wanted to make a turtle program which does this and that?
You wanted it to construct a bunker of might?
But you didn't want some stupid coding..
Presenting the answer!
http://pastebin.com/1QsKMhkv - 0.1
http://pastebin.com/sTuB50jU - 0.2
To use this just type "ProgramName Script"
ProgramName = Whatever you called it
Script = Your script file.
You make the script like this!
You get the idea.
This does not however have a few turtle functions.
What this can do
move: up, down, forwards, back
dig: up, down, forwards
place: up, down, forwards
select: slot number
print: <stuff here>
Now featuring repetition!
Just add a space and a number to the end of the script!
Eg. move up 30
Print can not be repeated!
And it has some checking incase you derp up your script D:
Changelog
- Added repeating a command
- Added print command
You wanted it to construct a bunker of might?
But you didn't want some stupid coding..
Presenting the answer!
http://pastebin.com/1QsKMhkv - 0.1
http://pastebin.com/sTuB50jU - 0.2
To use this just type "ProgramName Script"
ProgramName = Whatever you called it
Script = Your script file.
You make the script like this!
move forwards
move forwards
move back
move up 5 (This repeats it 5 times)
move down 5
dig up
dig down
dig forwards
select 6
place forwards
You get the idea.
This does not however have a few turtle functions.
What this can do
move: up, down, forwards, back
dig: up, down, forwards
place: up, down, forwards
select: slot number
print: <stuff here>
Now featuring repetition!
Just add a space and a number to the end of the script!
Eg. move up 30
Print can not be repeated!
And it has some checking incase you derp up your script D:
Changelog
- Added repeating a command
- Added print command