Help me about my code

ZappyWorldFinalRafa

Hi everyone,

I’m having an issue with the text display in my MakeCode Arcade game. When my player character interacts with Zappy, the dialogue text shows up perfectly. However, when the player interacts with DrByte, the text appears garbled or the letters look strange.

Has anyone else encountered this problem? Any advice on how to fix the text display for DrByte’s dialogue would be greatly appreciated.

Thanks in advance for your help!

1 Like

I think this usually happens when there’s some kind of special character in the code (for me, it’s almost always …). If you want to share a link, I can check.

Thank you! Here is the link: https://makecode.com/_1AtajdMtr4jc

I’m not sure what exactly is triggering it, but it’s something in here:
“E depois você precisa coletar todos os pacotes para trazer as cores de volta à Zappy Wolrd.​”

If you remove that line, it looks fine…

Thank you so much for your help!