How do I fire two events from "Set Input Mode Game Only"

I tried to use a sequence node but it didn’t work since there’s no real sequence and It only did the first thing.

I’ve made a scoring system and at the start of each level I need it to search for two types of actor class and add it to the score.

Do it in this order end-to end without any sequence nodes:

  1. Get all door actors
  2. Get all target actors
  3. Add the number of door and target actors by getting the length of each GetAllActorsOfClass node output
  4. Set MaxScore to the result of this addition
  5. Create the widget
1 Like

Oh my god thank you! That it worked!