KadeArchive / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
409 stars 593 forks source link

DialogueBox.hx line 213 gives a Null Object Reference when loading third song dialogue #1246

Open Yoshifan33 opened 3 years ago

Yoshifan33 commented 3 years ago

When modding a custom week into the game with dialogue, the third song always crashes immediately when the dialogue box would normally appear. The line specifically causing the error is dropText.text = swagDialogue.text; Is there any way to fix this?

CyndaquilDAC commented 3 years ago

It should be dropText.text = swagDialogue.text; instead.

Yoshifan33 commented 3 years ago

Oh, my bad, I wrote it incorrectly in the report - it is .text in the malfunctioning line, not .txt. Sorry about that!

CyndaquilDAC commented 3 years ago

idk then lol