I’m having trouble with coding the stats screen.
The error I’m getting is 'Non-exsitant variable friendly
My code looks like this on the choice stats:
``` *label start *choice #Relationship Status Helios Sho *goto sho #Evidence Status *goto evidence *label sho *stat_chart opposed_pair Friendly Disliked *label evidence *stat_chart text name Evidence Points *page_break *goto start ```
And on my startup list I have this for code:
``` *title Bloodless *author Siryn Sueng and Echo *create character "" *create name "" *create friendship 25 *create dislike 25 *create evidence 25 ```
I have attempted a number of variations on the *create such as: *create stat_friendship
I even attempted a change in the number. I started with 0 at the end of ‘friendship’ and then changed to 25. I have searched the forums but I’m genuinely tired and a little irritated that I cannot figure this out. Any help would be greatly appreciated! Thank you so much!