Help with relationship stat

I’m having trouble with the relationship stat, in the wip i’m making, the MC has a sibling with a custom gender and custom name (player choice). My question is, how do i update my relationship bar stat on the sibling, when the player chooses t’s name?

1 Like

In the startup you need to create these:

*create sibling_name ""
*create sibling_gender ""
*create sibling_they ""
(etc)
*create sibling 10

Then in the statsscreen:

*stat_chart
   percent sibling $!{sibling_name}
6 Likes

Oh! I think i get it, thank you very much, i’ll try right away!

Isn’t it

*stat_chart
   text sibling_name
   percent sibling

?

1 Like

Dunno if that works too. The other certain works for me

I might be mistaken because I don’t have an editor up, but that gets you the sibling name printed above a stat bar with “sibling” printed on it, doesn’t it?

1 Like

:heavy_check_mark:
10char

It worked! Thanks a lot!

1 Like