Like the title mentions, I need help understanding the point system. I’m using it in my 2nd story that I’m currently coding and well in Episode 2 the readers have the chance to gain 2 points for either the MC (HALEY) or her LI (ACE).
I just don’t know how to code it properly; I need help with: HALEY 2 ACE 0 HALEY 1 ACE 1 ACE 2 HALEY 0 ACE 1 HALEY 1
I currently have it as this but it’s wrong, I played all outcomes and I messed up my coding somewhere along the line. Can someone help me correct it please?
Umm, when you use the [Character number] in dialogue, I don’t think there’s a need for that code above you can try removing it once.
You want to give them the chance to gain points by a choice or separately?
By choice, so in the episode there’s a shower scene where they gain a point for either character. Then later on in the story again by choice to gain another point making it a total of 2 points they can possibly gain for this episode
That’s what I have done for each scene containing the points. Sorry if I’m not clear enough I’m trying to show the total points you gained at the end of the episode but I get this
I started to use the point system in episode 2 which is where I’m currently stuck with this problem. So the easier way to show how many points the reader has is to get rid of the if/elif and just use a Narrator speech bubble?
Edit: in the beginning of the chapter I did include
@ Ace =0
@ Haley =0