Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

### BUG REPORT ###

In the passage Check -- it show all this extra space after the choices.

=> You can avoid that by wrapping the code that is located beneath the choices in <<silent>>  <</silent>> .

In the passage Check -- the link Yes brings you back to the passage ROGenders. Seems unnecessary repetition, since to get there you have already chosen and accepted the RO's genders.

=> Maybe remove the Pronouns link from the passage ROGenders and instead the Yes link in the Check passage could bring you straight into the passage pros instead.

In the passage Prologue -- there are to code errors.

=> <<set $HerHis to "Her"> -- needs one more > to the end.
=> <<set $HerHis to "His"> -- needs one more > to the end.
=> both <<set $herhis to "her"> and <<set $herhis to "his> have the same error as above, so just add the > to those two also.

In the passage Prologue_2 -- the variable $HerHis is just that, the variable, not the word.

=> The problem is probably the previous error, but the fact that the variable is attached to the " could also causes the engine to read is as a words instead of a variable. So if the problem isn't fixed by fixing the previous error then try putting a space between the " and the $.

In the passage “Leave her alone!” you shout, blocking her with your body. -- There is "him birthday" instead of "his birthday".

=> Instead of the variable $her try using $herhis.

In the passage “No! Please!” You fight back tears as you hold onto Reina’s body. -- There is "him room" and "him face" instead of "his room" and "his face".

=> Instead of the variable $her try using $herhis.

In the passage Prologue 10 -- the variable $herhis is just that, the variable, not the word.

=> The problem is the previously mentioned error in the passage Prologue.

thank you!

No problem. Happy to help.