Posted 25 August 2012 - 03:16 AM
Hey folks, me again :D/>/>
This time I wanted to make my computer compute by an external redstone signal, like a button.
I tried:
I also tried things like
I tried to used the values as strings, as booleans, but nothing really worked.
I really dont wanna use a "loop-if" for that, cause that causes lags and is not very useful for I want to use that button maybe once a day…
[ger]
Ich wette, es gibt wieder eine verblödend einfache Lösung dafür.
Malakai
This time I wanted to make my computer compute by an external redstone signal, like a button.
I tried:
local event, param1 = os.pullEvent(redstone)
if param1 == true then
do the rest()
I also tried things like
local sEvent = os.pullEvent()
if sEvent == redstone and param1 == true then
and so on()
I tried to used the values as strings, as booleans, but nothing really worked.
I really dont wanna use a "loop-if" for that, cause that causes lags and is not very useful for I want to use that button maybe once a day…
[ger]
Ich wette, es gibt wieder eine verblödend einfache Lösung dafür.
Malakai