Started by
RangerRed2002
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. I'm making a procedure that involves a variable, but whenever I go to the dark blue "get" block, it doesn't show the variable, just an empty bubble. Does anyone else have this problem? And does anyone have a solution?
Edited by RangerRed2002 on Fri, 10/25/2019 - 17:23
This is likely due to you having the Get block and making the variable afterwards. Close the procedure and reopen it again and you should see all local and global variables.
I also found this problem and even opening and closing the variables do not appear
Make sure you create the right type of variable too:
Blue = Logic. Purple = Number. Cyan = Text.