Hi!
I’m slightly going insane! I’m 99.9% sure I did the coding right.
One scene is based on the points you collect. The male branch works perfectly. In the female branch it will give you the “Dark” scene while in the end the reader got the message they are leading with light points. Some readers are 100% sure they lead with light points.
This is the coding I have:
If ( DARK > LIGHT ) {
Scene
} elif ( DARK < LIGHT ) {
Scene
} else {
Scene
}
First: more dark then light points
The elif Less dark then light points
Else = Equal
In the outro (The 2 branches come together there) they see the points. I use the code with the character number.
After that, again the code as above But with other Narration (to add a little blabla about the way they are leading)
I asked a few friends and they also see no problem in the script. Maybe someone here knows why it goes wrong?
Because I can’t find it.

Thank you!
X

