Started by
Xredarchannel
on
Topic category: Troubleshooting, bugs, and solutions
Hello everyone.
I was trying to make something like a lucky block when i came across a problem:
When I try to create a variable, either Global or Local, I can't. Global variables don't appears in the related list and Local variables appear but I cant select them with the "get" or "set to" blocks of the procedure.
I don't understand if this is caused by something wrong I did or by an error of the program. Please help me.
Thanks to everyone reply.
To see your local variables, create your procedure and your local variable9s), after save the mod element, and re open it. It's only cause because the variable aren't still save, so MCreator don't know they exist.
Keep in mind local variables only exist for the time of procedure execution. Each procedure even has own set of local variables.