dialogic-godot / dialogic-1

Dialogic 1.x - For Godot 3.x!
MIT License
6 stars 4 forks source link

Game crashes after choice #12

Open Aostrele opened 6 months ago

Aostrele commented 6 months ago

The problem

On the last text box of a choice in a question, the game crashes. This is only for choices that contain text. To Reproduce ??? it just happens randomly. the dialogic code randomly breaks. this has happened to me a lot and it's really annoying.

Expected behavior It doesn't crash.

Screenshots image this is the faulty code according to the debugger. I already tried replacing it with the default dialogic code but it doesnt work

System (please complete the following information):

Aostrele commented 6 months ago

sometimes it also says "invalid get index 'index_in_questions' (based on array)"

zaknafean commented 6 months ago

We'll need to see the timeline in order to help fix the issue. Usually its due to missing an end branch event.