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

Basic Commands Help

Started by T00N00BF0RY0U, 06 September 2012 - 06:34 PM
T00N00BF0RY0U #1
Posted 06 September 2012 - 08:34 PM
Hello,

I've recently downloaded Tekkit and been messing around with the mod and have it memorized, except ComputerCraft with the turtles. So would be helpful if you could tell me the basic commands to mine, or plant and refuel. And what things like "attempt to call nill" or "bool", things like that, if you get my drift. Thanks!
sjele #2
Posted 06 September 2012 - 08:38 PM
Turtle api: (Commands
http://computercraft.info/wiki/index.php?title=Turtle_(API)

Booleon (bool) it is true/false

Atempting to call nill means you are trying to use a function that is nil. Often caused by missspelling/wrong upper/lowercase

Strings: "I am a string"

Variables: var = "something"

For any other questions you should post in Ask a pro, or ask an admin to get this moved as it is in the wrong section.

Any other questions just ask me
T00N00BF0RY0U #3
Posted 06 September 2012 - 08:42 PM
Thanks!