0 votes
by (390 points)
retagged by
My question again:

How to create a link to display more text and other links in the same passage?

example:

There is a big door (link)knock

(within the same passage)

Seems nobody is there. (link)go back

2 Answers

0 votes
by (390 points)
selected by
 
Best answer

Found my answer:

You have to say something.  Either\
<<nobr>>
    <span id='options'>
        <<link 'say something'>>
            <<replace '#options'>>
                say something or say nothing.
            <</replace>>
            <<append '#options'>>
                <br><br>You have chosen to say something. He is amused.
            <</append>>
        <</link>>
        or
        <<link 'say nothing'>>
            <<replace '#options'>>
                say something or say nothing.
            <</replace>>
            <<append '#options'>>
                <br><br>You have chosen to say nothing. He is not amused.
            <</append>>
        <</link>>.
    </span>
<</nobr>>

 

0 votes
by (159k points)
Next time please use the question Tags to state the name and full version number of the Story Format you are using, as answers can vary based on that information.
...