Ringafy report

CloneScript script pic (5)

i want to be able to easily make more blocks of custom variables and be able to select them. i know I can easily do it manually but I was wondering if it could be automated

that's really smart. Even better, you can hide those blocks in the pallete.
Also, why is there a block variable in the CUSTOM VARIABLE block?

Also Im definetely using this

that acts as a variable

Ah, but this only ever lets you have a single custom variable. If you learn to use closures you can have as many as you like!

you can also


with this :D
and hide the variable blocks,
also you can create custom blocks within the program with the DEFINE block, try
untitled script pic (1)
(ONLY LOAD INTO DEV VERSION)
to duplicate these blocks (and create more variables),
just delete them with the DELETE BLOCK block.

Hope this helps!

wym

what lol? i didnt understand

c'mon, I've been showing you what I mean, I've made a custom block that makes a new custom variable. And that variable can take any value, not just literals (strings and numbers) as your version.

mine should be able to take any value. my goals for this is to make a block to create and delete variables by name and when you creat those variables it appears in a dropdown list for the set variables

but this uses normal variables

my origional goal was to make a script that didn't involve variables that would bother the user for my MQTT thing above. but now I want to also redo the variable system so you can search for variables. i think my current script is a step in that direction

You can Create variables in this new way by running those scripts, and delete the new variable type with the delete block block.

wym

CloneScript script pic (7)

im being dum lemme try that

CloneScript script pic
bam!

Niceeee!!!

but can you let me access the blocks pls? (script pic)