So, I’m trying to make a Tutorial section for my current project and wanted to know the best way to approach it. My current method is using several bools to check if the player is in a specific tutorial section and the player can only advance when another bool is triggered.
Issue is that it is beginning to get messy and long, it is being spread across several blueprints and is causing issues like if the player is already crouched when the crouch tutorial shows, it no longer works.
Was wondering if there is a better way on doing a “gated tutorial” (A message pops up explaining how to crouch and the player can only progress if they pressed that button) section, ideally in blueprint only.
Thank you in advance!