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

Computercraft Script Helper

Started by andyoc, 03 February 2014 - 03:50 PM
andyoc #1
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
Edited on 04 February 2014 - 11:45 AM
CometWolf #2
Posted 03 February 2014 - 06:54 PM
This is a really cool idea, although it would very much be possible to do in-game aswell. Hell now i want to do something like this in-game :P/>
andyoc #3
Posted 04 February 2014 - 12:42 PM
;)/> good to hear