need help im noob

I have a scene with 6 different switches. The player needs to touch them all in order to open a door. I need a countdown of the touched switches in the hud. I don’t even know where to start.

overview:

  • you need to get value of timer count down and store it in a variable somewhere
  • you need to feed that timer count down value to your custom HUD BP
  • have the HUD BP draw the value of count down to the player

As the value of counter timer thing is changing, you will see the value on your HUD. Obviously executing all of this is more involved, but that’s the general overview of what you need to do.

thx for getting me started.