Hello Everyone!
I'm currently working on a story, and would like to make a sort of dialog. So when a link is clicked the other one disappears, so that they only have the option to click continue.
(set: $disrespect to "Be Disrespectful")
(set: $walkaway to "Be Strong and Walk Away")
(link: "$disrespect")[
(transition: "pulse")[You Dumbass!]
]
(link: "$walkaway")[
(transition: "pulse")[My bad.]
]
[[Continue]]