The issue is caused by the wait_finished signal not being emitted with certain tags.
This seems to be because the last variable in bbcodeWait.gd is never equal to length - 1, thus line 27 is never reached.
Forcing the skip by pressing the skip button lets me advance. There might be a clue there.
I noticed this bug with a couple of dialogues in the bbcode example. Specifically, the ones that have the [lb] tag, so it definitely has something to do with that.
I'm not sure how to fix it myself, but I hope this info can help!
The issue is caused by the
wait_finishedsignal not being emitted with certain tags.This seems to be because the
lastvariable inbbcodeWait.gdis never equal tolength - 1, thus line 27 is never reached.Forcing the skip by pressing the skip button lets me advance. There might be a clue there.
I noticed this bug with a couple of dialogues in the bbcode example. Specifically, the ones that have the
[lb]tag, so it definitely has something to do with that.I'm not sure how to fix it myself, but I hope this info can help!