Blanking out an option if already done it

I`ve got a list of places for the player to go and they get the option to come back later and go somewhere else. How do I make an option unavaliable if the player has already gone there before?

Just put *hide_reuse before the choice. :blush:

3 Likes
*disable_reuse #This choice will be disabled after you select it

Uh, if you want the option to be hidden, you can use *hide_reuse as @Avery_Moore said. Else, *disable_reuse to grey it out.

3 Likes

You can also stick *hide_reuse at the very top of a scene file, and it’ll make it so that all choices in that chapter are hidden by default after the player’s been there. (If you have that there, you can make an exception by sticking *allow_reuse before a choice.)

4 Likes