I would appreciate some help.
So, I know the most basic stuff from CC, but I am not the best coder in the world.
Posted 04 April 2015 - 08:33 PM
Posted 04 April 2015 - 08:45 PM
Posted 05 April 2015 - 11:39 AM
Posted 06 April 2015 - 11:37 PM
Posted 07 April 2015 - 01:08 AM
for i = 1, 3 do --#pulse 3 times rs.setOutput( "left", true ) --#turn on redstone to the left sleep( 0.05 ) --#wait 1 block update rs.setOutput( "left", false ) --#turn off redstone to the left end
if rs.getAnalogInput( "right" ) == 15 then --#if the input on the right is level 15 --#do something end
Edited by KingofGamesYami, 08 April 2015 - 12:16 AM.
Posted 07 April 2015 - 12:29 PM
Posted 07 April 2015 - 11:50 PM
while true do sleep(1) end
if rs.getAnalogInput( "right" ) == 15 then end
rs.setOutput( "left", true ) sleep( 0.05 ) rs.setOutput( "left", false )
for i = 1, 3 do end
Posted 13 April 2015 - 02:01 PM
Edited by MihaMi, 13 April 2015 - 02:49 PM.
Posted 13 April 2015 - 05:18 PM
Edited by Cing, 13 April 2015 - 05:36 PM.
Posted 13 April 2015 - 05:25 PM
0 members, 1 guests, 0 anonymous users