Started by
JAK_the_Cyborg
on
Topic category: Help with MCreator software
I have a variable called "apple," which counted how many items was in a user's inventory. However, when I put this in the code builder:
It always comes up with build errors. I am on version 2020.2, and I wonder why this happens. If someone has the answer to this, that would be appreciated.
When you call for a local variable, it applies only for the variables created for that procedure. I can't see the image but if it's a global variable, it can't be called as a local one.
It would help if you sent the build error in this thread for analysis