Jump to content


naburus's Content

There have been 4 items by naburus (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#104452 Redstone signal in infinite loop

Posted by naburus on 01 April 2013 - 11:02 AM in Ask a Pro

Hmm ok so i need add this line os.pullEvent('redstone') ty. Now works.



#104450 Redstone signal in infinite loop

Posted by naburus on 01 April 2013 - 10:46 AM in Ask a Pro

I wanna do that the Computer always scan the redstone signal in infinte loop. What is the problem in my code?

	while true do
			if redstone.getInput("left",true) then
					redstone.setOutput("right", true)
					sleep(4)
					redstone.setOutput("right", false)
					break
			end
	end

Give me this error massage: red:2 Too long without yielding



#27375 io expander

Posted by naburus on 19 August 2012 - 10:32 AM in Ask a Pro

Ok ty :D/>



#27373 io expander

Posted by naburus on 19 August 2012 - 10:23 AM in Ask a Pro

Is Computer craft compatible with Redpower io expander? I need a method, that works with tekkit server.