Ramus / JavaScript question

Using Ramus, I’d like to make a link that is clickable exactly once. Ideally, this means that I list it in the code, and the link “knows” not to display when it has already been clicked one time. Alternatively, it might appear greyed out. Finally, the node it links to might display differently if the link has already been clicked (with such text as, “You have already done that successfully.”).

Any notions?

Conrad.

Also, it would be very useful to have a “gosub/return” way of handling nodes. That way, one could go down a conversational path and return to the most current point in the main tree without confusion.

Conrad.