Posted 03 February 2014 - 04:50 PM
so here is my computer script helper. and external executable for helping with coding and can be used in ssp or smp.
this basically helps with repetitive tedious tasks when programming in computercraft.
ever get tired of typing turtle.dig() or such commands well this program is for you with its own little help screen
this is Beta and first release so need feedback on this and any suggestions are welcome sick of typing out certain lines let me know and I'l add them in for you
video demonstration >>[HERE]<<
other notes
it automatically detects if minecraft is open and the screen selected so you can type as normal in other windows
full list of commands:-
where * is where the cursor will land ready for typing
t. = turtle.*()
pw. = peripheral.wrap("*")
c. = colors*()
cr. = coroutine*()
pu. = paintutils*()
pl. = parallel*()
rn. = rednet*()
rs. = redstone*()
tu. =textutils*()
if. = writes the if statement for you
wtd. = writes the while true do statement
Download >>[HERE]<<
future ideas paste from clipboard and a clipboard manager
more code
help boxes with code (for beginners mostly) basically you type in turtle. and it will give you a list of uses and their argument's maybe even an example
i need feedback for new ideas
this basically helps with repetitive tedious tasks when programming in computercraft.
ever get tired of typing turtle.dig() or such commands well this program is for you with its own little help screen
this is Beta and first release so need feedback on this and any suggestions are welcome sick of typing out certain lines let me know and I'l add them in for you
video demonstration >>[HERE]<<
other notes
it automatically detects if minecraft is open and the screen selected so you can type as normal in other windows
full list of commands:-
where * is where the cursor will land ready for typing
t. = turtle.*()
pw. = peripheral.wrap("*")
c. = colors*()
cr. = coroutine*()
pu. = paintutils*()
pl. = parallel*()
rn. = rednet*()
rs. = redstone*()
tu. =textutils*()
if. = writes the if statement for you
wtd. = writes the while true do statement
Download >>[HERE]<<
future ideas paste from clipboard and a clipboard manager
more code
help boxes with code (for beginners mostly) basically you type in turtle. and it will give you a list of uses and their argument's maybe even an example
i need feedback for new ideas
Edited on 04 February 2014 - 11:45 AM