Can you random page links in Gamebook?

Yarbro
04 Mar 2014, 16:44
Hi!

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:30
At the moment you can do this with a script, something like this:
rnd.png


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

Yarbro
04 Mar 2014, 23:41
Oh this is great! Much better than I expected. Thanks!