I'm working on a large game and first, I moved some blocks out of on start and all of my custom Kinds disappeared (though the slots remained filled in the set and overlap blocks.

I took note, but figured that it made sense, given where the Kind definitions are stored in the text version. BUT, later, I was creating arrays, and while adding new variable names changed my initialization blocks, the names did not become variables that I could later choose.

It was almost like there were separate menus for the set blocks than for the variable value blocks. Any clue what's going on?
I'm working on a large game and first, I moved some blocks out of
on startand all of my custom Kinds disappeared (though the slots remained filled in thesetandoverlapblocks.I took note, but figured that it made sense, given where the Kind definitions are stored in the text version. BUT, later, I was creating arrays, and while adding new variable names changed my initialization blocks, the names did not become variables that I could later choose.
It was almost like there were separate menus for the
setblocks than for the variable value blocks. Any clue what's going on?