So update may not come soon.
I have my IRC Bot to work on and i am helping a bit with MultiMC - so yeah. Maybe in a few weeks again
There have been 98 items by Kilobyte (Search limited from 10-February 22)
Posted by
Kilobyte
on 29 September 2013 - 03:20 PM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 26 August 2013 - 04:48 AM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 12 August 2013 - 06:07 AM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 10 August 2013 - 07:25 AM
in
Peripherals and Turtle Upgrades
Thib0704, on 29 July 2013 - 06:33 PM, said:
Posted by
Kilobyte
on 30 July 2013 - 04:17 PM
in
Ask a Pro
Lord_Spelunky, on 29 July 2013 - 02:00 PM, said:
local function makeHello(who)
return function()
print "Hello "..who
end
end
-- call it
local h = makeHello("World")
h() -- prints 'Hello World'
as you see, functions can also be declared as local
Posted by
Kilobyte
on 30 July 2013 - 04:09 PM
in
Ask a Pro
Posted by
Kilobyte
on 24 July 2013 - 07:22 PM
in
Ask a Pro
Posted by
Kilobyte
on 23 July 2013 - 01:51 PM
in
Ask a Pro
if x == 0 then doif needs no do. you basicly made an infinite loop. let me restructure and fix it:
while rs.getInput("left") do -- you can pretty much always leave out == true.
x = x - 1
print (x.. " Till countdown")
sleep(60)
if x == 0 then -- here was a 'do' too much
rs.setOutput("right", true)
sleep(4)
rs.setOutput("right", false)
end
end
-- cut off 2 ends whch were too much
Posted by
Kilobyte
on 13 July 2013 - 09:49 AM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 02 July 2013 - 12:51 PM
in
Tutorials
ElvishJerricco, on 16 June 2013 - 01:03 PM, said:
Posted by
Kilobyte
on 02 July 2013 - 12:42 PM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 12 June 2013 - 01:52 PM
in
Tutorials
Posted by
Kilobyte
on 12 June 2013 - 01:47 PM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 11 June 2013 - 08:41 AM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 10 June 2013 - 01:39 AM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 04 June 2013 - 12:00 PM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 28 May 2013 - 08:18 AM
in
Peripherals and Turtle Upgrades
Posted by
Kilobyte
on 22 April 2013 - 09:09 PM
in
Suggestions
