Okay, this is a bit weird I think.
I'm using an array to track quests in my game. Every time the quest gets updated, I use a function to append the text strings and then show that in a journal. All seemed to be working well, but I went to debug one of the function parameters to make sure I was happy with it, when I discovered that things act differently when running in debug mode.
I thought it would be best to video this, with the game first being run in normal mode, then in debug mode, to demonstrate. You can see how the journal fills out in the first instance correctly, but when running the game in debug mode, it's clearing the cells. Not sure why this is happening, but I thought it was worth discussing. Tried it on multiple occasions, thinking that maybe I wasn't giving the array time to load in, but it happens like this everytime no matter what.
What could be happening in C3 to make the debug mode act differently to the normal mode?
Guess I should point out that this isn't really a problem for me atm, as it only happens when I try to fill the wrong cell in the array. Still, I found it interesting.
youtu.be/M-zCr72VtMQ