*Disable_reuse is hiding an option

I have four options, only one of which (option D) I want to return the player to a label instead of progress the game. However, option D doesn’t show up when I run the game.

I think I’ve made a stupid syntax error, since ABC are all green like normal choices but D isn’t. ABC all send you to endchoice, whereas D should send you back to help.

My code:

When I run the program, as mentioned, option D isn’t visible.

(Not sure if that last part really needed a visual aid.)

The *disable_reuse line needs to be indented alongisde the other options (#). It still needs to sit ‘under’ the choice command.

3 Likes

You have an indentation problem with option D.

3 Likes

This topic was automatically closed 24 hours after the last reply. If you want to reopen your WiP, contact the moderators.