Can you random page links in Gamebook?
Yarbro
04 Mar 2014, 16:44Hi!
So, I don't know much about programming but right now, I am focusing on Gamebook. It seems extremely simple and I can fun with it. I am wondering if there is a way I could randomly generate link to different pages much like {random:} for random text?
For example:
{random:{page:Page2}{page:Page3}}
Of course, this will not work. I hope I made clear what my goal is and you guys can help me out.
So, I don't know much about programming but right now, I am focusing on Gamebook. It seems extremely simple and I can fun with it. I am wondering if there is a way I could randomly generate link to different pages much like {random:} for random text?
For example:
{random:{page:Page2}{page:Page3}}
Of course, this will not work. I hope I made clear what my goal is and you guys can help me out.

Pertex
04 Mar 2014, 20:30At the moment you can do this with a script, something like this:

For Q5.6 I will add a new text processor command

For Q5.6 I will add a new text processor command
Yarbro
04 Mar 2014, 23:41Oh this is great! Much better than I expected. Thanks!