Relationship bar

How do I replace the stats Bar with a relationship bar. Since I having problem. I very new this site and don’t know much

What do you mean?
A relationship bar is the same as a stat bar, the only thing that changes is the variable being read and displayed.
E.g.
(On startup.txt)

*create someone_relationship 50

(On choicescript_stats.txt)

*stat_chart
    percent someone_relationship Someone

Now when you go to the stats screen it should show a relationship bar at 50%

2 Likes

Yo, there.

First thing first, to have a working relationship bar, you need a relationship variable.

Two, you don’t need to replace anything just to make a working relationship bar.
The command is like this

*stat_chart
   percent [relationship]
   percent [stats]

And voila, you have to bars :raised_hands:t4: