So I’m finished with coding my characters into the game, but I’m having trouble with displaying the MC’s relationship with them? I’ve tried rewriting and finding out what’s wrong by trial and error, but it’s still not displaying. If someone can help me out with this, that’d be really great.
The code in question:
*if (ro1_romantic > 8)
Relationship: Description.
*goto ro1_rship_end*elseif (ro1_platonic > 8) [b]Relationship:[/b] Description. *goto ro1_rship_end *elseif (ro1_romantic > 3) [b]Relationship:[/b] Description. *goto ro1_rship_end *elseif (ro1_platonic > 3) [b]Relationship:[/b] Description. *goto ro1_rship_end *elseif (ro1_romantic > 0) [b]Relationship:[/b] Description. *goto ro1_rship_end *elseif (ro1_platonic > 0) [b]Relationships:[/b] Description. *goto ro1_rship_end *else [b]Relationship:[/b] They have not met you yet. *goto ro1_rship_end *label ro1_rship-end