The `.dialog3` file is a new format I created for my programming language; it uses the `$` symbol to mark the beginning and end of sentences within the code for my "Dialog Engine." I designed it this way because I felt it was a cleaner, cooler alternative to a standard `.json` file, given how it uses the dollar sign (`$`) to delimit sentences within a list string. Also—for some reason—my engine kept throwing errors when trying to detect the span between two quotation marks (`"`), likely because there were already so many of those symbols jumbled up in the code. So, I thought: why not just use a dollar sign instead? (btw i’ve forgotten the actual name of that symbol lol)