Howdy, Stranger!

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

help with (link: "")[(goto: "")]

if i type

help with (link: )[(goto: )]

into a passage, what will happen

Comments

  • If you type it as shown in your example then you will receive two errors:
    The (link:) macro needs 1 more value.
    The (goto:) macro needs 1 more value.
    If you use it like so:
    (link: "The link text to show")[(goto: "The target passage name to goto")]
    
    ... then the Reader will be shown a link and if they click on that link then the story will navigate to the target passage which will be shown to the Reader.

    they will be sent to the target passage.

    note: Both the (link: ) macro and the (go-to: )/(goto:) macro are explained in the Harlowe manual.
Sign In or Register to comment.