Redirect to stat screen

I’m just wondering how I would show the stat screen after I’ve finished the character creation. I have the stat screen hidden until the reader is done creating their character but how would I show the stat_chart when they’re done like I’ve promised them? It’s not just as simple as copying and pasting the chart is it?

Maybe use an *if statement and a boolean variable to control whether the stat_chart shows. When character creation is done, you can just set the variable to true

1 Like

It is.

Copy and paste in the scene. And unhide the stats in choicescript_stats.txt.

4 Likes

Thanks, I think I got it now

2 Likes