Widget Unblock Stages

Hello my masters!

I’m doing a tipical menu with 20 buttons. Each button goes to a Stage. I put all buttons disabled. If I complete the stage 1, I need “Button 2” being enabled. When complete stage 2, “Button 3” enabled… etc

How is the best way to do that? I started to do this with booleans for each button, but I’m pretty shure that exist a better way. Maybe an array, but I don’t know how to do that.

Someone know the answer? or a tutorial? or where can i find information about that?