print elements and wait

From PenguinMod Wiki (Official)
Print elements and wait
Jump to navigation Jump to search

The print elements and wait block is a stack block in the Printing extension that shows a print dialog on the user's computer, with the elements that have been added using other blocks in the extension. For example:

when gf clicked
remove all elements::extension
add text [Hello world!]::extension
print elements and wait::extension

will display a print page with the text "Hello world!"