Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Disabling other choices after click

Hi all, I'm using Harlowe. I want to have two choices, with choice 1 being a normal link to a new passage (ie, choice 1 ) and choice 2 causing more text to appear on the page while simultaneously disabling the link for choice 1.
I can't seem to find an answer to this online!

Comments

  • You can use a combination of a (replace:) macro and a named hook to do what you want, try the following:
    Please select one of the following options.
    
    |opt1>[ [[Option 1->Next Passage]]]
    (link: "Option 2")[(replace: ?opt1)[]The text that appears when option 2 is selected]
    
  • That worked so well. Thank you!
Sign In or Register to comment.