computercraft Questions
7
Solved
How would I terminate a Lua script? Right now I'm having problems with exit(), and I don't know why. (This is more of a Minecraft ComputerCraft question, since it uses the APIs included.) Here is m...
Domela asked 6/10, 2012 at 14:3
2
I've been trying to find a way to remove a string from a table kind of like this:
myTable = {'string1', 'string2'}
table.remove(myTable, 'string1')
but I haven't been able to find anyway to do i...
Vagary asked 27/9, 2015 at 5:40
1
Solved
can someone tell me the command so I can make programs like:
'program 19' or
'build house 5 3 10'
instead of having to rely on input = read()?
I've been hunting this down forever and haven't fi...
Samaria asked 19/12, 2014 at 15:11
1
© 2022 - 2024 — McMap. All rights reserved.