kEllieGit / SBox-Visual-Novel-Base

VNBase is a base for creating visual novels or dialogue systems for S&Box Games.
MIT License
5 stars 0 forks source link

Conditional choices only work if they are at the end of the label. #18

Closed kEllieGit closed 1 month ago

kEllieGit commented 1 month ago

Right now, for w/e reason, if you have a choice that is enabled on a conditional (the cond keyword), they do not work unless the choice is defined at the very end of the label.

Conditional choices should work regardless on how the label structure is defined.

kEllieGit commented 1 month ago

It appears that this also breaks having multiple conditional choices in a label? Need to investigate, and hopefully get a fix out ASAP.