Variables options missing

How do I create events with variables now? Normally I click condition, other variables, scene variables or global variables. But those options are gone now, it just says variable value. I’m currently trying to create a condition using a boolean variable. The boolean variable performs an action if it comes back as true. But I can’t find the variable option. Can anyone tell me where it is located now?

1st you declare variable as either global or scene then select its type and then there is one condition and action for each

So what variable it is will be determined by what you declared it as
And not by condition/action

1 Like

I declared my variables as usual. But all of a sudden the option to select their type is no longer there. Here’s a pic, normally I can select global or scene, etc. Now it just says variable value.


You don’t need to select a type because you declared them. It already knows what type they are. All you have to do is pick variable value (general/variables) and select the name of the variable you want. It knows if that variable is global or a boolean because you declared it. After you pick the name of which variable you want, you will see the type changed to what that variable is.

1 Like

It’s funny how our minds got so used to the hard long method that we get confused by this easy user-friendly method, now we just type the name, it’s like magic, yesterday I found myself passing variables without even looking at the screen, I felt powerful.

1 Like