Started by
katyusha8138
on
Topic category: Help with MCreator software
How can I set the initial value of a procedure to false and make it return true only when it is called?
I set the overlay to display when the procedure is triggered and returns true, but since the procedure returns true from the beginning, the overlay is always displayed
Sorry, I solved it myself by using global variables
But a few seconds before I set the global variable to true, the overlay appears even though the variable is not true
This is the procedure I'm using