Custom blocks I made

I made the custom blocks and I also learned how to make custom blocks better

Give me suggestions like block ideas. :alonzo:

Suggestion: Add Help Menus to the blocks by adding a comment to the hat block in the custom block editor

why does Custom blocks script pic have a question mark on it

idk :melting_face:

example?

right click on the scripting area and select “add comment”, then drag it:

after, if you right click on the block and select “help”, this will happen:

how to improve it like adding images

nope :(

oh…

New blocks I made:

forever if <> {
}
repeat (10) if <> {
}::control

(current time - type [12-hour v] display secounds? [yes v]::sensing)

Also, I updated the date block yesterday:

(date - format [British v] ::sensing)

The forever if <>{ } block’s definition is wrong.
You see the old help of <<>and<>> block:


You can see that the definition of the forever if<>{ } block is forever { if<>{ } }(The if branch inside the forever loop).

I might have to edit the help of the forever if block. help

You can write this in the help of the block:

ok

I need steps on how to make this block have an end like the forever block
like how snapblocks does it

forever if <> {
}

You can’t, snap doesn’t allow for custom cap blocks.

You should really test your forever if block using single stepping, then you might see why it doesn’t work still :)
(You need to use an unevaluated slot instead)

this isn’t quite correct, what you’re saying would be if <> { forever { .

pls help

it’s already on the forums, just search for it and the definition is already there


What’s the accurate version of this?