Non-threaded

Forums » Advanced Editor Forum » Read Thread

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

Hidden links?

5 years ago

Is it possible to make it so that there is a hidden, in-text link you can only access by clicking a word?

Hidden links?

5 years ago
Yes.

Hidden links?

5 years ago

Okay, but how?

Hidden links?

5 years ago
Html.

a onclick="PostBack('FollowLink','1');return false;" href="#" Click here /a

Replace the number 1 with the number that the link is, which you can find by creating it normally, then inspecting its html element during a playthrough. Also the a is an anchor tag but it breaks if i use it here.

Hidden links?

3 years ago
Okay I did this in order to bypass that huge blank space left by conditional text with on-page scripting, but the problem I'm having is that while the variables are changed just fine, the in text links don't disappear afterwards like they should. Basically what I need is a way to make the in text links disappear after they're clicked withOUT leaving a giant blank space aka using conditional page text AGAIN. Thanks in advance.

Hidden links?

3 years ago
Never mind. I ended up using the conditional text to create a page break using a series of hyphens that actually looks pretty decent.

Hidden links?

3 years ago
You can use </br></br> inside On Page Scripting if you want.