How do I activate these variables?

Im a blueprint noob, so the question might be stupid.

hi,
you could just simple check them or make some sort or condition… like if Speed >= 10 then DashFdr is true

hope this helps you :slight_smile:

cheers :vulcan_salute:

I feel like OP forgot to tick the checkbox.

1 Like

When is checked means it’s True, and when it’s empty means it’s False. so if you want to press the Left Mouse Button to set it to True just check the box. So now when the Left Mouse Button released it’ set to False (because the box is uncheck)

try doing this, so you can see how it works, when you press left mouse button the game should print TRUE on the top left corner of the screen, and when you release it it should print FALSE.

Untitled