Help with the code

First, Just combine stats o.o there is a billion ways to do it but ive always tried to keep my coding as simple as possible even though I could be lazier on this example im about to give.

*create firstname
*create lastname
*create fullname

*set fullname “{firstname} {lastname}”

Second, the way I do it may be unorthodox but I just put a stat for each person the stat I put names them as either “Unknown” or their name so it would be like…

*create randomperson1 “Randomperson1”
*create randomperson2 “Randomperson2”
*create randomperson3 “Randomperson3”
*create randomperson4 “Unknown”
*create randomperson5 “Unknown”
(I would place the above part in the place where you write the story of course, though it’s example text and you should change everything acoordingly and the part before in your choicescript_stats)


*stat_chart
  percent randomperson1
  percent randomperson2
  percent randomperson3
  percent randomperson4
  percent randomperson5

And lastly, the save system is kinda complicated I cant really show you because I think id most likely go into a huge rant that would confuse you but I would suggest looking up the save systems by @CJW he is a Genius.