blathers16 / interactive-cyoa-verifier

Online tool for verifying CYOAs created by https://intcyoacreator.onrender.com/
MIT License
2 stars 0 forks source link

Duplicates #1

Open DragonsWho opened 1 month ago

DragonsWho commented 1 month ago

The program finds the same IDs, but does not respond to the same Choices names. This is not a critical error or anything, but it would be better if it would flag it.

blathers16 commented 1 month ago

Are you saying that it finds duplicate IDs with different choice names? Are these IDs duplicates with different Choice names, or is this a mistaken finding? If these are actual duplicate IDs, what change are you suggesting? It seems appropriate to flag them to me if the IDs are duplicates, even if the choice names are different, as that may or may not be intentional.

DragonsWho commented 1 month ago

I mean, there can be two choices with different IDs but the same name. Yes, this can be done on purpose..... But it could also be a mistake >_>

So it's worth noting. Maybe not in the scary red color, but in yellow, like a minor remark or something.

It's just that I'm renaming all the IDs to make the player builds more readable, so there was no error at first, and then it appeared, otherwise I wouldn't have even noticed that I have two choices named exactly the same >_>

DragonsWho commented 1 month ago

image By the way, the error message occurs even when there are no more such errors

blathers16 commented 1 month ago

It shouldn't show 2 choices with the same name but different IDs as duplicates. The other thing is a bug, that I need to find the time to look at.