You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the first Text Event has no speaker, the following error emerges: Invalid type in GDScript utility function "load()". Cannot convert argument 1 from Nil to String.
Happened in subsystem_text.gd line 329 using Dialogic 2 Alpha 12.
The text was updated successfully, but these errors were encountered:
* Small fix for StyleLayer resource
* Change empty speaker info to string
* Add method to open history from code
* Change the z_index of simple-highlight-portrait
* Fix Speaker highlight loading
* Fix for #1998
* Attempt at fixing #1993
* Remove old code
* Add "Duplicate" item to event right click
* Finish History open/close methods
* Small fix for StyleLayer resource
* Change empty speaker info to string
* Add method to open history from code
* Change the z_index of simple-highlight-portrait
* Fix Speaker highlight loading
* Fix for dialogic-godot#1998
* Attempt at fixing dialogic-godot#1993
* Remove old code
* Add "Duplicate" item to event right click
* Finish History open/close methods
The problem
Describe the bug
If the first Text Event has no speaker, the following error emerges:
Invalid type in GDScript utility function "load()". Cannot convert argument 1 from Nil to String.
Happened in
subsystem_text.gd
line329
using Dialogic 2 Alpha 12.The text was updated successfully, but these errors were encountered: