Remembering choices

*choice
    #Martial Artist
        *set profession "martial artist"
        *comment or...
        *set player_is_martial_artist true

Then, later on…

*if (player_is_martial_artist)
    texty text text

You’ll need to *create the variable(s) you use of course!

3 Likes