Non-threaded

Forums » Advanced Editor Forum » Read Thread

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

Link to a Specific Page on a Different Chapter

11 years ago

How do you make a link go to a specific page in a different chapter, but not on the first page? 

Thanks!

Link to a Specific Page on a Different Chapter

11 years ago

  I don't think you can do that. In "going advanced", it said the downside of the chapter is you can only travel through first pages.

(Or maybe you can do that with scripting?)

Link to a Specific Page on a Different Chapter

11 years ago

There are multiple ways to do that. You can do it through variables, through items... (Surprised to see I'm the first person to tell you this. >_>)

Link to a Specific Page on a Different Chapter

11 years ago

Do it manually.

http://chooseyourstory.com/help/articles/article.aspx?ArticleId=65

Specifically:

$DEST := "@P" + X

Is what you put in the LINK script, where X is the actually page number. That will change whatever the link was originally pointing to, to whatever page X is.