Send player to page in Gamebook?
dgchichester
20 Mar 2013, 05:19I have a feeling this is staring me in the face, but I don't see it. 
In Gamebook mode, on a script page, I'd like to send the player to another page in the game.
But I don't see the script option for that. I see show picture, clear screen, etc.
Can someone advise?
Best regards,
Dan

In Gamebook mode, on a script page, I'd like to send the player to another page in the game.
But I don't see the script option for that. I see show picture, clear screen, etc.
Can someone advise?
Best regards,
Dan
Alex
20 Mar 2013, 10:03Woops, that seems like an oversight - I did mean to add one 
You could do this in code view:
I will add a function to the script adder for the final 5.4 release.

You could do this in code view:
player.parent = Page1
I will add a function to the script adder for the final 5.4 release.
dgchichester
20 Mar 2013, 10:58Thanks, Alex - glad to hear it wasn't me! 
Best,
Dan

Best,
Dan
sonic102
21 Mar 2013, 04:20It would also be good to add 'Add option to page' and 'Remove option from page' options.