By monitors I mean the small display things that appear when you check a block in the palette.
Use the
create monitor\
label []\
variable [ V]\
color [#454545]::control
block.
Example usage:
when flag clicked
create monitor\
label [number of times i have deleted the turtle]\
variable [turtle deleted count V]\
color [#FF0000]::control
Would be good for debugging.
Alternative versions of the block:
create monitor\
label []\
color [#454545] {
report (99999)
}::control
You can get a monitor value with (get monitor [turtle deleted count v]::control)
If it’s a feature being added to snap, then we need an actual reason why it’s useful. If it’s a user created script, then there doesn’t need to be a reason.