Started by
draco_bliss
on
Topic category: Help with MCreator software
I'm new to this. The problem is that I created a second logical variable, but only one appears in the procedure, and I need the second one to do other things :(
Topic category: Help with MCreator software
I'm new to this. The problem is that I created a second logical variable, but only one appears in the procedure, and I need the second one to do other things :(
This is kind of weird, but you need to add in a new variable block to your procedure. I'm not sure why this happens, but basically, when you add in a variable block, it only has access to the variables that are created when you add the block in, but a newly-added procedure block will support newly added variables. I think you can also save and exit the procedure, then reopen it to refresh the old blocks as well.