Twine Version: 2.3.15
Story Format: Harlowe 3.2.3
In my game, I have a variable ($Stage1_Levels) to determine when a player can move on to the next stage. Once the variable reaches 3, I want to make it so the only option a player can click is to move on to the next stage. This would mean deleting or hiding all the other content in that passage. How would I do this?