Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

Link question

14 years ago

how do I make certain links appear only after you complete other links?

For those of you who have read the story "Snow", I mean like that. Where you complete three links before another one appears, like that. I'm planning on creating a story in much of the same format.

Link question

14 years ago
I think that has to do with Link scripting.

Link question

14 years ago
Have three variables, one for each of the first three links and they start off as 0, and are raised to 1 when the reader clicks the corresponding link. Then, the last link should have a variable restriction, saying that all the previously mentioned variables have to be 1 to be accessible. You can of course also limit the activity on the first three links to 1 if you only want them to be accessible once.

Link question

14 years ago

Thank you, SindriV, this helps me wonderfully. :)

Link question

14 years ago
Glad to help.

Link question

14 years ago

How do I make it so the link is only accessible when the others reach 1?

Link question

14 years ago
Variable restrictions. There, you must find the variables corresponding the links and have them be = 1. That way, all of them have to be 1 for that link to work. It's the stopsign in front of the link.

Link question

14 years ago

Thank you.

Link question

14 years ago

I found that out by accident, it screwed me up badly lol.

Link question

14 years ago
Oooo... congrats on the great help there, SindriV

:)

Link question

14 years ago

It works! ^_^ thanks Sindri!