extensions
extensions copied to clipboard
Time boolean
Something like this could be very useful (pretend the one in the image is a Boolean and not a block)
is this connected to (timer) block and just (timer) > (5)?
Yeah basically, but it's not always 5, that was an example
That as a Boolean is ambiguous. Does it tick true for 1 frame every 5 seconds?
No, let me rephrase it. You input something in the boolean, and it will have a timer for your input, which is the amount of seconds it waits until it's true. This would be used in wait until blocks, where if you want to wait for a certain amount of seconds while also checking if another thing is true
that seems useful, would it work for multiple at a time?
No, let me rephrase it. You input something in the boolean, and it will have a timer for your input, which is the amount of seconds it waits until it's true. This would be used in wait until blocks, where if you want to wait for a certain amount of seconds while also checking if another thing is true
So wait until <> or wait () seconds ?
@Skyhigh173 Most likely... There is a similar implementation in penguinmod and it is quite convenient:
Yes that is basically what I meant